Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpAdapterHost<T, T>

Defines the HttpAdapterHost object.

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.

see

Http adapter

publicapi

Type parameters

Hierarchy

  • HttpAdapterHost

Index

Properties

Accessors

Properties

Private Optional _httpAdapter

_httpAdapter: T

Accessors

httpAdapter

  • get httpAdapter(): T
  • set httpAdapter(httpAdapter: T): void

Generated using TypeDoc