HttpAdapterHost
Defines the HttpAdapterHost object.
class HttpAdapterHost<T extends AbstractHttpAdapter = AbstractHttpAdapter> {
httpAdapter: T
listen$: Observable<void>
listening: boolean
}
See also
Properties
Description
HttpAdapterHost wraps the underlying
platform-specific HttpAdapter. The HttpAdapter is a wrapper around the underlying
native HTTP server library (e.g., Express). The HttpAdapterHost object
provides methods to get and set the underlying HttpAdapter.