Defines the HttpAdapterHost object.
HttpAdapterHost
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.
HttpAdapter
get
set
Http adapter
Accessor for the underlying HttpAdapter
const httpAdapter = adapterHost.httpAdapter;
reference to the HttpAdapter to be set
Generated using TypeDoc
Defines the
HttpAdapterHost
object.HttpAdapterHost
wraps the underlying platform-specificHttpAdapter
. TheHttpAdapter
is a wrapper around the underlying native HTTP server library (e.g., Express). TheHttpAdapterHost
object provides methods toget
andset
the underlying HttpAdapter.Http adapter