Microsoft.Extensions.Http 3.1.4
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 |
|---|---|
|
Aspire.Hosting.AppHost
Core library and MSBuild logic for .NET Aspire AppHost projects.
|
24 |
|
Aspire.Hosting
Core abstractions for the .NET Aspire application model.
|
24 |
|
AspNetCore.HealthChecks.Uris
HealthChecks.Uris is a simple health check package for Uri groups.
|
23 |
|
Grpc.Net.ClientFactory
HttpClientFactory integration the for gRPC .NET client
|
23 |
|
Microsoft.Extensions.Http.Diagnostics
Telemetry support for HTTP Client.
|
23 |
|
Microsoft.Extensions.ServiceDiscovery
Provides extensions to HttpClient that enable service discovery based on configuration.
|
22 |
|
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/2f1db20456007c9515068a35a65afdf99af70bc6
|
15 |
|
Microsoft.Extensions.Http.Diagnostics
Telemetry support for HTTP Client.
|
15 |
|
Sentry.Extensions.Logging
Official Microsoft.Extensions.Logging integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
|
15 |
|
Microsoft.FluentUI.AspNetCore.Components
A Blazor component library leveraging Microsoft’s Fluent Design System. Use the look of modern Microsoft products in your Blazor applications.
|
11 |
|
Microsoft.FluentUI.AspNetCore.Components
A Blazor component library leveraging Microsoft’s Fluent Design System. Use the look of modern Microsoft products in your Blazor applications.
|
10 |
|
Microsoft.FluentUI.AspNetCore.Components
A set of Blazor components wrapping Microsoft’s official Fluent UI Web Components. They implement the latest state of the Fluent design language, are built on FAST and work in every major browser.
|
1 |
|
prometheus-net
.NET client library for the Prometheus monitoring and alerting system
|
1 |
.NET Core 3.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Logging (>= 3.1.4)
- Microsoft.Extensions.Options (>= 3.1.4)
.NET Standard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Logging (>= 3.1.4)
- Microsoft.Extensions.Options (>= 3.1.4)