MCPcopy Create free account
hub / github.com/loopbackio/loopback-next /

Class

packages/http-server/src/http-server.ts:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 * HTTP / HTTPS server used by LoopBack's RestServer
86 */
87export class HttpServer {
88 private _listening = false;
89 private _protocol: HttpProtocol;
90 private _address: string | AddressInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected