Top 20 NuGet httpclient Packages

Wrapper for .NET's HttpClient. RestApiEngine makes easier to call REST APIs.
Polly (Hystrix) wrapper in .NET Core
This client library provides access to the Microsoft Cognitive Services AutoSuggest API.
Afx.HttpClient
Generic Rest Client
Http Client extensions
A simple and easy to use http client with support for all request methods and certificate pinning
An HttpClient based client for Azure Resource Manager APIs
Simple cache for http requests.
HttpClient extensions library
Simple library to wrap the HttpClient making async requests a simple method call, handles request/response serialization.
HTTP REST Client abstractions for HttpClient
By default with AllowAutoRedirect enabled, the HttpClient will strip off the Authorization header when following a redirect. This is for security reasons. This package allows the redirects to be followed as long as the host name in the RedirctUrl matches the host name of the original req...
Simple tool allowing to simplify REST requests.
Provides a mechanism to unit test requests made with HttpClient
Package Description
**SystemTestingTools** (for .net core 3.1+) extends your test capabilities, providing ways to create / return stubs, allowing you to run more comprehensive / deterministic / reliable tests in your local dev machine / build tool and in non-prod environments. * supporting interception of Http (H...
A .NET Standard library containing models and functionality necessary to build Nightingale REST client or use the Nightingale collection format (NCF).
CelloSaaS Multi-Tenant SaaS Application Development Framework Libraries
This package creates a HttpClient and executes provided baseUrl in ApiInvoker constructor and a deserilized response object will be returned of generic Type T. All existing request headers will be passed as it is while executing baseUrl. We will have to inject IHttpContextAccessor dependency in Http...