Page Contents
http-server package
HTTP / HTTPS server endpoints for LoopBack 4 apps.
Remarks
A package used by LoopBack 4 for creating HTTP / HTTPS server.
Classes
| Class | Description |
|---|---|
|
HTTP / HTTPS server used by LoopBack’s RestServer |
Interfaces
| Interface | Description |
|---|---|
|
Base options that are common to http and https servers | |
|
HTTP server options | |
|
HTTPS server options |
Type Aliases
| Type Alias | Description |
|---|---|
|
Supported protocols | |
|
Possible server options | |
|
The following are for configuring properties which are directly set on https://nodejs.org/api/http.html#http_class_http_server and https://nodejs.org/api/net.html#net_class_net_server | |
|
Request listener function for http/https requests |