Interface: NodeHttpAdapterConfig
Interface: NodeHttpAdapterConfig
Represents the NodeHttpAdapter configuration options for the application.
Extends
Partial<AppConfig<IncomingHttpEvent,OutgoingHttpResponse>>
Indexable
[key: string]: unknown
Properties
adapters
adapters: NodeHttpAdapterAdapterConfig[];
Adapter configurations for the application. List of all adapters used in the application.
Overrides
Partial.adapters
http
http: Partial<HttpConfig>;
