Skip to content

Microsoft.Azure.Functions.Worker.Extensions.Http 3.2.0

Compare
Choose a tag to compare
@satvu satvu released this 21 May 21:39
· 55 commits to main since this release
25b6105

Microsoft.Azure.Functions.Worker.Extensions.Http 3.2.0

  • Introduces the [HttpResult] attribute. When using custom return types for multiple output bindings with ASP.NET Core integration, you must add the [HttpResult] attribute to the property that provides the result. Existing behavior for multiple output bindings scenarios using HttpResponseData is still preserved (and the attribute is not needed in that case).