Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests.
This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project.
All code is licensed under the...
More information
This library is a fork of Microsoft.Extensions.Http. It provides the basic HttpMessageHandler rotation functionality without any dependencies.
Commonly used types:
HttpClientFactoryLite.IHttpClientFactory
HttpClientFactoryLite.HttpClientFactory
.Net Core HttpClientFactory-compatible extension methods for HttpClient supporting typed REST verbs from JSON and XML endpoints, bearer tokens and cookies. Built-in conversion of any request object to JSON or querystring. Includes Uri concatenation helpers and Cookie accessor. Also supports...
More information