Microsoft.Extensions.Http 3.0.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
Showing the top 20 packages that depend on Microsoft.Extensions.Http.
| Packages | Downloads |
|---|---|
|
Microsoft.Extensions.Http.Diagnostics
Telemetry support for HTTP Client.
|
3 |
|
Duende.AccessTokenManagement
Automatic access token management for OAuth client credential flows
|
3 |
|
payOS
payOS .NET SDK for convenient access to the payOS Merchant API.
|
2 |
|
Grpc.Net.ClientFactory
HttpClientFactory integration the for gRPC .NET client
|
2 |
|
Duende.AccessTokenManagement
Automatic access token management for OAuth client credential flows
|
2 |
|
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/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
|
1 |
|
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
|
1 |
|
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 and v4.01. Targets .NET 8 or above.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
|
1 |
.NET Core 3.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.0.1)
- Microsoft.Extensions.Logging (>= 3.0.1)
- Microsoft.Extensions.Options (>= 3.0.1)
.NET Standard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.0.1)
- Microsoft.Extensions.Logging (>= 3.0.1)
- Microsoft.Extensions.Options (>= 3.0.1)