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
dotnet add package Microsoft.Extensions.Http --version 2.1.0
Install-Package Microsoft.Extensions.Http -Version 2.1.0
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.DependencyInjection.Abstractions | [2.1.0, ) |
| Microsoft.Extensions.Logging | [2.1.0, ) |
| Microsoft.Extensions.Options | [2.1.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2018-05-29 20:18:53 |
| 项目主页 | https://asp.net/ |
| 许可证 | https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt |