Http / Rest client with support for policies for Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback from Polly.
Info
Version: | 1.3.10 |
Author(s): | Heine Furubotten, Stian Sandve |
Last Update: | Monday, July 10, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sandves/RestClient |
NuGet Url: | https://www.nuget.org/packages/Hest.RestClient |
Install
Install-Package Hest.RestClient
dotnet add package Hest.RestClient
paket add Hest.RestClient
Hest.RestClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Polly(>= 5.2.0)
- Microsoft.AspNet.WebApi.Client(>= 5.2.3)
- Microsoft.AspNet.WebApi.Core(>= 5.2.3)
- Newtonsoft.Json(>= 10.0.3)