You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can unmarshal_request and related functions be extended to support azure.functions.HttpRequest objects, the same way requests or flask request objects are supported?
Why is this needed?
When deploying an OpenAPI-compliant app as an Azure function, it is convenient to be able to validate request payloads locally.