The Azure Functions v4 HTTP request (@azure/functionsHttpRequest).
It is Web-standard (built on undici): url is absolute, headers is a Headers, and the body
is read once via arrayBuffer(). Duck-typed here to the members the normalizer uses, so the
adapter carries no @azure/functions runtime dependency.
The Azure Functions v4 HTTP request (
@azure/functionsHttpRequest).It is Web-standard (built on
undici):urlis absolute,headersis aHeaders, and the body is read once viaarrayBuffer(). Duck-typed here to the members the normalizer uses, so the adapter carries no@azure/functionsruntime dependency.