| 85 | * HTTP / HTTPS server used by LoopBack's RestServer |
| 86 | */ |
| 87 | export class HttpServer { |
| 88 | private _listening = false; |
| 89 | private _protocol: HttpProtocol; |
| 90 | private _address: string | AddressInfo; |
nothing calls this directly
no outgoing calls
no test coverage detected