HttpAdapterHost

Defines the HttpAdapterHost object.

See more...

  
class HttpAdapterHost<T extends AbstractHttpAdapter = AbstractHttpAdapter> {
  httpAdapter: T
}

See also

Properties

Property Description
httpAdapter: T

Accessor for the underlying HttpAdapter

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.