The Azure Functions v4 HTTP response shape (@azure/functionsHttpResponseInit).
The handler returns this object; the Functions host turns it into the wire response. headers
accepts a Headers instance, which is how repeated Set-Cookie values are emitted correctly.
The Azure Functions v4 HTTP response shape (
@azure/functionsHttpResponseInit).The handler returns this object; the Functions host turns it into the wire response.
headersaccepts aHeadersinstance, which is how repeatedSet-Cookievalues are emitted correctly.