Skip to main content
ResilientHttpClient.Core package icon

ResilientHttpClient.Core

A drop-in replacement for HttpClient that adds common resiliency patterns such as circuit breaker, retry, and timeout. Compatible with .NET Standard 2.1 and Unity projects. Features: Circuit Breaker Pattern, Automatic Retry Logic, Timeout Handling, Per-Request Policies, Content Cloning for Retries, No External Dependencies, Well-Tested (96.7% coverage with 112 tests).

Total Downloads
2.5K
2,529
Published
Oct 4, 2025
Latest stable version

Install

.NET CLI
dotnet add package ResilientHttpClient.Core --version 1.0.0
Package Manager Console
Install-Package ResilientHttpClient.Core -Version 1.0.0
PackageReference
<PackageReference Include="ResilientHttpClient.Core" Version="1.0.0" />

Frameworks

.NETStandard2.1

Dependencies

System.Net.Http
.NETStandard2.1
[4.3.4, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.