Skip to content

Class: HttpAdapterHost

Defined in: packages/core/src/core/http-adapter.ts:19

Host class for accessing the HTTP adapter. Used to abstract the underlying HTTP server.

Accessors

httpAdapter

Get Signature

ts
get httpAdapter(): HttpAdapter | undefined;

Defined in: packages/core/src/core/http-adapter.ts:25

Get the HTTP adapter instance

Returns

HttpAdapter | undefined

Set Signature

ts
set httpAdapter(adapter): void;

Defined in: packages/core/src/core/http-adapter.ts:32

Set the HTTP adapter instance

Parameters
ParameterType
adapterHttpAdapter | undefined
Returns

void

Constructors

Constructor

ts
new HttpAdapterHost(): HttpAdapterHost;

Returns

HttpAdapterHost

Released under the MIT License.