Found 34 packages
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.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
A handler that allows for injecting into HttpClients to log requests and responses
Provides DelegatingHandlers.
JsonWebToken DelegatingHandler for ASP.NET Web API
Generic JWT token delegating handler
Provides an exception handler for HTTP requests.
Package Description
HttpClient Handler 处理程序
A custom DelegatingHandler that modifies outgoing HTTP requests to include browser credentials
HttpClient middleware adapter that enables reuse of existing DelegatingHandlers and HttpMessageHandlers in a middleware pipeline
Common delegating handlers for the Ural Boilerplate project.
A .NET Standard Library to bypass Cloudflare's Anti-DDoS measure (JavaScript challenge) using a DelegatingHandler.
A thread-safe implementation of a DelegatingHandler that automatically refreshes the access token when the access token expires whilst **not** serializing all requests.
* Clients: - AbstractHttpClientWebService * Requests: - SoapHttpRequestMessage * DelegatingHandlers: - LoggingHandler - WebServiceExceptionsHandler * MediaTypeFormatters: - JsonRestSharpMediaTypeFormatter - XmlRestSharpMediaTypeFormatter
Contiene un DelegatingHandler que permite segurizar las peticiones HTTP realizadas a una Web API (v2).
Provides a WebApi DelegatingHandler to handle DAS API tokens
The collection of Http Message Delegating Handlers.