@loopback/docs
Version:
Documentation for LoopBack 4
39 lines (26 loc) • 1.1 kB
Markdown
lang: en
title: 'API docs: http-server'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.http-server.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/http-server](./http-server.md)
## http-server package
[@loopback/http-server](https://github.com/strongloop/loopback-next/tree/master/packages/http-server)
## Classes
| Class | Description |
| --- | --- |
| [HttpServer](./http-server.httpserver.md) | HTTP / HTTPS server used by LoopBack's RestServer |
## Interfaces
| Interface | Description |
| --- | --- |
| [HttpOptions](./http-server.httpoptions.md) | HTTP server options |
| [HttpsOptions](./http-server.httpsoptions.md) | HTTPS server options |
## Type Aliases
| Type Alias | Description |
| --- | --- |
| [HttpProtocol](./http-server.httpprotocol.md) | Supported protocols |
| [HttpServerOptions](./http-server.httpserveroptions.md) | Possible server options |
| [RequestListener](./http-server.requestlistener.md) | |