W3cubDocs

/Angular

writeResponseToNodeResponse

Streams a web-standard Response into a Node.js ServerResponse or Http2ServerResponse.

API

function writeResponseToNodeResponse(
  source: Response,
  destination:
    | ServerResponse<IncomingMessage>
    | Http2ServerResponse<Http2ServerRequest>,
): Promise<void>;

Description

Streams a web-standard Response into a Node.js ServerResponse or Http2ServerResponse.

This function adapts the web Response object to write its content to a Node.js response object, handling both HTTP/1.1 and HTTP/2.

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/ssr/node/writeResponseToNodeResponse