Improves the Azure Functions HTTP Trigger experience by extending the infrastructure around it, allowing to define request parameters in the function signature and implementing boilerplate like exception filters and adds different authentication schemes.
Info
Version: | 1.3.1 |
Author(s): | Jussi Saarivirta |
Last Update: | Sunday, March 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Jusas/AzureFunctionsV2.HttpExtensions |
NuGet Url: | https://www.nuget.org/packages/AzureFunctionsV2.HttpExtensions |
Install
Install-Package AzureFunctionsV2.HttpExtensions
dotnet add package AzureFunctionsV2.HttpExtensions
paket add AzureFunctionsV2.HttpExtensions
AzureFunctionsV2.HttpExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.WebJobs(>= 3.0.4)
- Microsoft.Azure.WebJobs.Extensions(>= 3.0.1)
- Microsoft.Azure.WebJobs.Extensions.Http(>= 3.0.2)
- Microsoft.IdentityModel.Protocols(>= 2.1.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 2.1.0)
- Microsoft.IdentityModel.Tokens(>= 5.1.0)
- Newtonsoft.Json(>= 11.0.2)
- Portable.BouncyCastle(>= 1.8.5)
- FodyHelpers(>= 4.0.2)
Tags