Builds a Web Response from the accumulated FetchRawResponseOptions.
Response
This is the raw response every WinterCG runtime understands, so the same wrapper works on Cloudflare Workers, Deno, Bun and the Edge runtimes. Multiple Set-Cookie values are emitted as repeated headers (the only correct way), not folded into one.
Set-Cookie
Produce the Web Response.
The response.
Static
Factory.
The accumulated response options.
A new wrapper.
Builds a Web
Responsefrom the accumulated FetchRawResponseOptions.This is the raw response every WinterCG runtime understands, so the same wrapper works on Cloudflare Workers, Deno, Bun and the Edge runtimes. Multiple
Set-Cookievalues are emitted as repeated headers (the only correct way), not folded into one.