This HTTPClient extension is designed to allow for retries when specific responses like timeouts occur during a request from the HTTPClient.
Info
Version: | 1.0.0 |
Author(s): | Robert Anstett |
Last Update: | Sunday, October 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/southportsolutions/extensions.httpClient.resilient |
NuGet Url: | https://www.nuget.org/packages/Southport.Extensions.HttpClient.Resilient |
Install
Install-Package Southport.Extensions.HttpClient.Resilient
dotnet add package Southport.Extensions.HttpClient.Resilient
paket add Southport.Extensions.HttpClient.Resilient
Southport.Extensions.HttpClient.Resilient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 12.0.2)
- System.Net.Http(>= 4.3.4)
- Newtonsoft.Json(>= 12.0.2)
- System.Net.Http(>= 4.3.4)
Tags