Http Helper(Polly based circuit breaker and retry support) Package For .Net Core Apps.
Info
Version: | 1.6.1 |
Author(s): | Sefa Can |
Last Update: | Wednesday, June 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sefacan/dotnetboilerplate/tree/master/src/DotnetBoilerplate.Http |
NuGet Url: | https://www.nuget.org/packages/DotnetBoilerplate.Http |
Install
Install-Package DotnetBoilerplate.Http
dotnet add package DotnetBoilerplate.Http
paket add DotnetBoilerplate.Http
DotnetBoilerplate.Http Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Http(>= 3.1.4)
- Microsoft.Extensions.Http.Polly(>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.4)
- Newtonsoft.Json(>= 12.0.3)
- Polly(>= 7.2.1)
- Polly.Extensions.Http(>= 3.0.0)