Microsoft.Extensions.Http.Polly by Microsoft

<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.0-preview.5.20278.3" />

 Microsoft.Extensions.Http.Polly 5.0.0-preview.5.20278.3

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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Extensions.Http.Polly</id>
    <version>5.0.0-preview.5.20278.3</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://asp.net/</projectUrl>
    <description>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.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>aspnetcore httpclient</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/extensions" commit="08847bf9be17a3c8b4212aa887a091a38fb276a8" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.Http" version="5.0.0-preview.5.20278.1" exclude="Build,Analyzers" />
        <dependency id="Polly" version="7.1.0" exclude="Build,Analyzers" />
        <dependency id="Polly.Extensions.Http" version="3.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>