Polly.Extensions.Http
1.0.3
See the version list below for details.
dotnet add package Polly.Extensions.Http --version 1.0.3
NuGet\Install-Package Polly.Extensions.Http -Version 1.0.3
<PackageReference Include="Polly.Extensions.Http" Version="1.0.3" />
paket add Polly.Extensions.Http --version 1.0.3
#r "nuget: Polly.Extensions.Http, 1.0.3"
// Install Polly.Extensions.Http as a Cake Addin #addin nuget:?package=Polly.Extensions.Http&version=1.0.3 // Install Polly.Extensions.Http as a Cake Tool #tool nuget:?package=Polly.Extensions.Http&version=1.0.3
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Polly (>= 5.9.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Polly.Extensions.Http:
Package | Downloads |
---|---|
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e |
GitHub repositories (21)
Showing the top 5 popular GitHub repositories that depend on Polly.Extensions.Http:
Repository | Stars |
---|---|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
|
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 32,579 | 3/6/2021 |
2.0.1 | 46,959 | 3/6/2021 |
2.0.0-v2alpha0001 | 0 | 3/6/2021 |
1.0.4 | 0 | 3/6/2021 |
1.0.4-pullrequest0019 | 0 | 3/6/2021 |
1.0.3 | 0 | 3/6/2021 |
1.0.2-rc1 | 0 | 3/6/2021 |
1.0.1-preview2 | 0 | 3/6/2021 |
1.0.0-preview2 | 0 | 3/6/2021 |
1.0.3
---------------------
- RTM version
1.0.2-rc1
---------------------
- Reference Polly v5.9.0
- Update xUnit and FluentAssertions dependencies
1.0.1-preview2
---------------------
- Fix signing of DLLs in strong-name package
1.0.0-preview2
---------------------
- Public release for use with ASP.NET Core 2.1-preview2
0.1.0
---------------------
- Initial implementation