Cripteria.HttpClient
1.0.5
dotnet add package Cripteria.HttpClient --version 1.0.5
NuGet\Install-Package Cripteria.HttpClient -Version 1.0.5
<PackageReference Include="Cripteria.HttpClient" Version="1.0.5" />
<PackageVersion Include="Cripteria.HttpClient" Version="1.0.5" />
<PackageReference Include="Cripteria.HttpClient" />
paket add Cripteria.HttpClient --version 1.0.5
#r "nuget: Cripteria.HttpClient, 1.0.5"
#:package Cripteria.HttpClient@1.0.5
#addin nuget:?package=Cripteria.HttpClient&version=1.0.5
#tool nuget:?package=Cripteria.HttpClient&version=1.0.5
This package provides a robust and easy-to-use solution for adding resilience to HTTP requests in .NET applications. It leverages the power of Polly to implement retry policies, circuit breakers, and timeouts, ensuring that your HTTP calls can gracefully handle transient failures, timeouts, and network issues. Ideal for microservices, distributed systems, or any application that relies on external HTTP-based services, this package simplifies the implementation of resilience patterns for HTTP communication.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Newtonsoft.Json (>= 13.0.3)
- Polly (>= 8.5.0)
- RestSharp (>= 112.1.0)
- System.IdentityModel.Tokens.Jwt (>= 8.3.0)
- System.Net.Http (>= 4.3.4)
- System.Threading (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.