Maps the Stone.js OutgoingHttpResponse onto the Web Response options.
It lifts the status, headers and body, and emits every Set-Cookie as a separate value (never
folded). HEAD responses carry no body. Binary file responses are deferred to a later release;
JSON/text/bytes bodies (the overwhelming majority) are handled here.
Maps the Stone.js
OutgoingHttpResponseonto the WebResponseoptions.It lifts the status, headers and body, and emits every
Set-Cookieas a separate value (never folded).HEADresponses carry no body. Binary file responses are deferred to a later release; JSON/text/bytes bodies (the overwhelming majority) are handled here.