Provides transient error detection strategies for adding retry logic into your HttpClient calls and a UrlBuilder to help simplify building complex URLs.
Info
Version: | 4.0.1-preview.4.20327.8548 |
Author(s): | Scott Dorman |
Last Update: | Saturday, June 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottdorman/cadru |
NuGet Url: | https://www.nuget.org/packages/Cadru.Net |
Install
Install-Package Cadru.Net
dotnet add package Cadru.Net
paket add Cadru.Net
Cadru.Net Download (Unzip the "nupkg" after downloading)
Dependencies
- Cadru.Contracts(>= 4.0.06201)
- Cadru.Core(>= 4.0.06201)
- Cadru.TransientFaultHandling(>= 4.0.06201)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 11.0.2)
- System.Net.Requests(>= 4.3.0)
Tags