Microsoft.Extensions.Http 3.1.25
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
Showing the top 20 packages that depend on Microsoft.Extensions.Http.
| Packages | Downloads |
|---|---|
|
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
|
17 |
|
Volo.Abp.IdentityModel
Package Description
|
15 |
|
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
|
14 |
|
Volo.Abp.IdentityModel
Package Description
|
14 |
|
BootstrapBlazor
Bootstrap UI components for Blazor and Razor Components
|
13 |
|
Volo.Abp.IdentityModel
Package Description
|
13 |
|
Volo.Abp.Http.Client
Package Description
|
13 |
|
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/25ef4aa38b77974263cb10f6e9cbd10135f17b59
|
13 |
.NET Core 3.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.25)
- Microsoft.Extensions.Logging (>= 3.1.25)
- Microsoft.Extensions.Options (>= 3.1.25)
.NET Standard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.25)
- Microsoft.Extensions.Logging (>= 3.1.25)
- Microsoft.Extensions.Options (>= 3.1.25)