Microsoft.Extensions.Http 9.0.6
About
Microsoft.Extensions.Http package provides AddHttpClient
extension methods for IServiceCollection
, IHttpClientFactory
interface and its default implementation. This provides the ability to set up named HttpClient
configurations in a DI container and later retrieve them via an injected IHttpClientFactory
instance.
Key Features
- The package allows to fluently set up multiple
HttpClient
configurations for applications that use DI viaAddHttpClient
extension method. HttpClientFactory
cachesHttpMessageHandler
instances per configuration name, which allows to reuse resources betweenHttpClient
instances to avoid port exhaustion.HttpClientFactory
manages lifetime ofHttpMessageHandler
instances and recycles connections to track DNS changes.
How to Use
Note that lifetime management of HttpClient
instances created by HttpClientFactory
is completely different from instances created manually. The strategies are to use either short-lived clients created by HttpClientFactory
or long-lived clients with PooledConnectionLifetime
set up. For more information, see the HttpClient lifetime management section in the conceptual docs and Guidelines for using HTTP clients.
Configuring HttpClient
builder.Services.AddHttpClient("foo"); // adding an HttpClient named "foo" with a default configuration
builder.Services.AddHttpClient("example", c => c.BaseAddress = new Uri("https://www.example.com")) // configuring HttpClient itself
.AddHttpMessageHandler<MyAuthHandler>() // adding additional delegating handlers to form a message handler chain
.ConfigurePrimaryHttpMessageHandler(b => new HttpClientHandler() { AllowAutoRedirect = false }) // configuring primary handler
.SetHandlerLifetime(TimeSpan.FromMinutes(30)); // changing the handler recycling interval
Using the configured HttpClient
public class MyService
{
public MyService(IHttpClientFactory httpClientFactory)
{
_httpClientFactory = httpClientFactory; // injecting the factory
}
private Task<string> GetExampleAsync(Uri uri, CancellationToken ct)
{
HttpClient exampleClient = _httpClientFactory.CreateClient("example"); // creating the client for the specified name
return exampleClient.GetStringAsync(uri, ct); // using the client
}
}
Main Types
The main types provided by this library are:
IHttpClientFactory
IHttpMessageHandlerFactory
HttpClientFactoryServiceCollectionExtensions
Additional Documentation
- Conceptual documentation
- Also see HttpClient guidelines conceptual doc
- API documentation
- Also see
AddHttpClient
extension method API doc
- Also see
Related Packages
- Microsoft.Extensions.DependencyInjection
- Microsoft.Extensions.Http.Polly
- Microsoft.Extensions.Http.Telemetry
Feedback & Contributing
Microsoft.Extensions.Http is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Showing the top 20 packages that depend on Microsoft.Extensions.Http.
Packages | Downloads |
---|---|
AspNetCore.HealthChecks.UI
HealthChecks.UI is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks. For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
|
4 |
AspNetCore.HealthChecks.UI
HealthChecks.UI is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks. For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
|
13 |
AspNetCore.HealthChecks.UI
HealthChecks.UI Is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks.For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
|
3 |
Microsoft.Extensions.Http.Diagnostics
Telemetry support for HTTP Client.
|
2 |
Parbad
Parbad is a free and open-source integrated online payment library which helps developers and site owners to add the online payment ability to their websites. It provides an easy solution to perform payment request, verify a payment and refund a paid payment.
It supports the most known online payment providers in Iran such as Mellat, Melli, Parsian, Tejarat, Saman, Pasargad and Asan Pardakht.
More information: https://github.com/Sina-Soltani/Parbad
پَرباد یک کتابخانه رایگان و اوپن سورس است که امکان افزودن پرداخت آنلاین را به وب اپلیکیشنها محیا میکند
|
2 |
Parbad
Parbad is a free and open-source integrated online payment library which provides an easy solution to perform payment request, verify a payment and refund a paid payment.
It supports the most popular banks in Iran such as Mellat, Melli, Parsian, Tejarat, Saman and Pasargad.
More information: https://github.com/Sina-Soltani/Parbad
پَرباد یک کتابخانه رایگان و اوپن سورس است که امکان افزودن پرداخت آنلاین را به وب اپلیکیشنها محیا میکند
|
2 |
Parbad
Parbad is a free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
The Virtual Gateway also simulates the online payment process, which helps the application development.
More information: https://github.com/Sina-Soltani/Parbad
پَرباد یک کتابخانه رایگان و اوپن سورس است که امکان افزودن پرداخت آنلاین را به وب اپلیکیشنها محیا میکند.
درگاههای شبکه شتاب: ملت، ملی، سامان، پارسیان، پاسارگاد، آسان پرداخت و ایران کیش
|
2 |
Parbad
Parbad is a free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
The Virtual Gateway also simulates the online payment process, which helps the application development.
More information: https://github.com/Sina-Soltani/Parbad
پَرباد یک کتابخانه رایگان و اوپن سورس است که امکان افزودن پرداخت آنلاین را به وب اپلیکیشنها محیا میکند.
درگاههای شبکه شتاب: ملت، ملی، سامان، پارسیان، پاسارگاد، آسان پرداخت و ایران کیش
|
12 |
Parbad
Parbad is a free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
The Virtual Gateway also simulates the online payment process, which helps the application development.
More information: https://github.com/Sina-Soltani/Parbad
پَرباد یک کتابخانه رایگان و اوپن سورس است که امکان افزودن پرداخت آنلاین را به وب اپلیکیشنها محیا میکند.
درگاههای شبکه شتاب: ملت، ملی، سامان، پارسیان، پاسارگاد، آسان پرداخت و ایران کیش
|
13 |
Parbad
Parbad is a free, open-source, integrated and extensible library which
connects your web applications to online payment gateways. Gateways can be added or developed by you.
The Virtual Gateway also simulates the online payment process, which helps the application development.
More information: https://github.com/Sina-Soltani/Parbad
پَرباد یک کتابخانه رایگان و اوپن سورس است که امکان افزودن پرداخت آنلاین را به وب اپلیکیشنها محیا میکند.
درگاههای شبکه شتاب: ملت، ملی، سامان، پارسیان، پاسارگاد، آسان پرداخت و ایران کیش
|
2 |
.NET Framework 4.6.2
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Logging (>= 9.0.6)
- Microsoft.Extensions.Options (>= 9.0.6)
.NET 8.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Diagnostics (>= 9.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Logging (>= 9.0.6)
- Microsoft.Extensions.Options (>= 9.0.6)
.NET 9.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Diagnostics (>= 9.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Logging (>= 9.0.6)
- Microsoft.Extensions.Options (>= 9.0.6)
.NET Standard 2.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.6)
- Microsoft.Extensions.Logging (>= 9.0.6)
- Microsoft.Extensions.Options (>= 9.0.6)
Version | Downloads | Last updated |
---|---|---|
9.0.6 | 1 | 6/21/2025 |
9.0.0 | 1 | 11/14/2024 |
9.0.0-rc.2.24473.5 | 1 | 11/14/2024 |
9.0.0-rc.1.24431.7 | 0 | 11/10/2024 |
8.0.1 | 1 | 11/14/2024 |
8.0.0 | 11 | 11/10/2024 |
8.0.0-rc.2.23479.6 | 1 | 11/10/2024 |
8.0.0-preview.7.23375.6 | 1 | 11/10/2024 |
8.0.0-preview.5.23280.8 | 1 | 11/10/2024 |
7.0.0 | 0 | 11/10/2024 |
6.0.1 | 1 | 11/14/2024 |
6.0.0-preview.7.21377.19 | 1 | 11/12/2024 |
3.1.29 | 1 | 11/10/2024 |
3.1.26 | 1 | 11/10/2024 |
3.1.25 | 1 | 11/10/2024 |
3.1.23 | 1 | 11/10/2024 |
3.1.17 | 1 | 11/10/2024 |
3.1.15 | 1 | 11/10/2024 |
3.1.2 | 1 | 11/10/2024 |
3.1.0 | 2 | 11/10/2024 |
3.1.0-preview3.19553.2 | 1 | 11/10/2024 |
3.0.0 | 1 | 11/10/2024 |
3.0.0-rc1.19456.10 | 1 | 11/10/2024 |
3.0.0-preview5.19227.9 | 1 | 11/10/2024 |
2.2.0-preview1-35029 | 1 | 11/10/2024 |