Microsoft.Extensions.Http
2.1.1
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way.
Commonly used types:
System.Net.Http.IHttpClientFactory
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.Extensions.Http -Version 2.1.1
dotnet add package Microsoft.Extensions.Http --version 2.1.1
paket add Microsoft.Extensions.Http --version 2.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
Version History
Version | Downloads | Last updated | |
---|---|---|---|
3.0.0-preview.19074.2 | 714 | 1/29/2019 | |
3.0.0-preview.18572.1 | 1,496 | 12/4/2018 | |
2.2.0 | 188,408 | 12/3/2018 | |
2.2.0-preview3-35497 | 14,406 | 10/17/2018 | |
2.2.0-preview2-35157 | 6,591 | 9/12/2018 | |
2.2.0-preview1-35029 | 2,656 | 8/22/2018 | |
2.1.1 | 950,805 | 6/18/2018 | |
2.1.0 | 1,164,897 | 5/29/2018 | |
2.1.0-rc1-final | 23,073 | 5/6/2018 | |
2.1.0-preview2-final | 14,196 | 4/10/2018 | |
2.1.0-preview1-final | 15,067 | 2/26/2018 |