Description
HTTP Triggers should support the standard request binding attributes to help bridge traditional controller-based APIs with using Azure functions. They already support [FromBody] and so it only makes sense to also support [FromQuery] and [FromHeader].
Description
HTTP Triggers should support the standard request binding attributes to help bridge traditional controller-based APIs with using Azure functions. They already support
[FromBody]and so it only makes sense to also support[FromQuery]and[FromHeader].