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