Streams a web-standard Response
into a Node.js ServerResponse
or Http2ServerResponse
.
API
Description
function writeResponseToNodeResponse( source: Response, destination: ServerResponse<IncomingMessage> | Http2ServerResponse<Http2ServerRequest>): Promise<void>;
Jump to details