Middleware facilitation for outbound HttpClient requests that is a mirror image of the functionality provided by ASP.Net Core (and OWIN) inbound request middleware.
Info
Version: | 2.3.0 |
Author(s): | Aidan Steele |
Last Update: | Wednesday, March 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/glassechidna/HttpClientMiddleware |
NuGet Url: | https://www.nuget.org/packages/HttpClientMiddleware |
Install
Install-Package HttpClientMiddleware
dotnet add package HttpClientMiddleware
paket add HttpClientMiddleware
HttpClientMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.Collections.Immutable(>= 1.4.0 && < 2.0.0)
Tags