Found 62 packages
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
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
A handler that allows for injecting into HttpClients to log requests and responses
A record DTO type for common HttpClient options functionality
This extension will help you to see whatever is set in HttpClient in the form of a curl script.
Package Description
Providing thread-safe singleton HttpClients
Enables HTTP clients to load-balance over discovered service instances.
Package containing shared logic for all HttpClients.
Quick registration of API clients
TMT
Provides some possibly useful HttpMessageHandlers
A .NET thread-safe singleton HttpClient for Active Prospect's TrustedForm