Builds an Azure Functions HttpResponseInit from the accumulated AzureFunctionsHttpRawResponseOptions.
HttpResponseInit
The handler returns this object and the Functions host writes the wire response. Multiple Set-Cookie values are emitted as repeated headers on a Headers instance (the only correct way), not folded into one.
Set-Cookie
Headers
Produce the Azure HttpResponseInit.
The response init.
Static
Factory.
The accumulated response options.
A new wrapper.
Builds an Azure Functions
HttpResponseInitfrom the accumulated AzureFunctionsHttpRawResponseOptions.The handler returns this object and the Functions host writes the wire response. Multiple
Set-Cookievalues are emitted as repeated headers on aHeadersinstance (the only correct way), not folded into one.