Interface: NodeHttpAdapterContext
Interface: NodeHttpAdapterContext
Extends the AdapterContext interface to provide additional properties for the Node.js HTTP adapter.
This context includes the raw HTTP response (ServerResponse) in addition to the standard Stone.js adapter context properties.
Extends
AdapterContext<IncomingMessage,ServerResponse,NodeHttpServer,IncomingHttpEvent,IncomingHttpEventOptions,OutgoingHttpResponse>
Properties
rawResponse
rawResponse: ServerResponse;
The raw HTTP response object associated with the current request.
Overrides
AdapterContext.rawResponse
