Skip to content

setFetchResponse

Nodepod API


Nodepod API / src / setFetchResponse

setFetchResponse(res, response): Promise<void>

Defined in: src/polyfills/fetch-response.ts:364

Copy a Fetch Response onto a Node.js-style ServerResponse (Node http parity).

ServerResponse

Response

Promise<void>