Found 132 packages
Refit HTTP Client Factory Extensions
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
HttpClientFactory integration the for gRPC .NET client
safe HttpClient for netcore and netframework
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
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/c2435c3e0f46de784341ac3ed62863ce77e117b4
HttpClientFactory adapter for ASP.NET Core for RestEase: the easy-to-use typesafe REST API client library, which is simple and customisable.
A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
This library is a fork of Microsoft.Extensions.Http. It provides the basic HttpMessageHandler rotation functionality without any dependencies. Commonly used types: HttpClientFactoryLite.IHttpClientFactory HttpClientFactoryLite.HttpClientFactory
WebApiClient.JIT的HttpClientFactory扩展
Correlate requests between microservices using a correlation ID.
integrate SendGrid with HttpClientFactory and Microsoft.Extensions.DependencyInjection
Provides abstractions to correlate requests between microservices.
Dependency injection extensions for Correlate.
Fluent wrapper around IHttpClientFactory
ASP.NET Core middleware component to correlate requests between microservices using correlation ID request headers.
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests. This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project. All code is licensed under the Apache License, Version 2.0 and copyrighted by the .NET Foundation. If you are using ASP.NET Core 3.0, please use the official package Microsoft.AspNetCore.HeaderPropagation.
Dependency Injection, HttpClientFactory & ASP.NET Core extensions for Auth0.NET
A lightweight HttpClient factory with minimum dependencies that respects DNS changes and integrates Polly policies into the HTTP client.