777 packages tagged with “httpclient”
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
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
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages. This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package. Supported Platforms: - .NET Framework 4 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries
A fluent, testable HTTP client library.
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)
System.Net.Http integration package for the OpenIddict validation services.
System.Net.Http integration package for the OpenIddict client services.
A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
Cake add-in that simplifies Http calls as a tool in Cake.
A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.
This is the Flurl.Http package, repackaged with strongly named assemblies. See https://flurl.io/ for the official project.
Providing thread-safe singleton HttpClients
SkyAPM.Diagnostics.HttpClient notifies outgoing Http requests.
A .NET library for intercepting server-side HTTP dependencies.
Correlate requests between microservices using a correlation ID.
Provides abstractions to correlate requests between microservices.
Dependency injection extensions for Correlate.
Este paquete contiene los ensamblados satélites en español para las ASP.NET Web API Client Libraries.
ASP.NET Core middleware component to correlate requests between microservices using correlation ID request headers.
Intercept all of the sending HTTP requests on a client side Blazor application.
A library that adds the Json verb methods to the httpclient
Lib.Net.Http.EncryptedContentEncoding is a library which adds Encrypted Content-Encoding (aes128gcm) support to HttpClient
Ce package inclut les assemblys satellites Français pour ASP.NET Web API Client Libraries.
Package Description
此程序包包含 ASP.NET Web API Client Libraries 的简体中文附属程序集。
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.