Top 20 NuGet httpclient Packages
                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
            
            
            
        
                A JsonHttpClient based on the System.Net.Http.HttpClient
Commonly Used Types:
System.Net.Http.JsonHttpClient
System.Net.Http.IJsonHttpClient
            
            
            
        
                It allows you to consume an API easily, passing the URL, indicating the type of data gets the result of the call.
Handles GET, POST, PUT, and DELETE with variations for data types when calling the method and receiving the response.
I currently use it in my personal projects and wanted to share it fo...
            
            
            
        
                Package Description
            
            
            
        
                * Clients:
      - AbstractHttpClientWebService
      * Requests:
      - SoapHttpRequestMessage
      * DelegatingHandlers:
      - LoggingHandler
      - WebServiceExceptionsHandler
      * MediaTypeFormatters:
      - JsonRestSharpMediaTypeFormatter
      - XmlRestSharpMediaTypeFormatter
            
            
            
        
                * Interfaces:
      - IClientWebService
      * Exceptions:
      - WebServiceException
      - WebServiceStatusException
      - WebServiceOfflineException
      - WebServiceTimedOutException
            
            
            
        
                Extension Methods for making HttpClient calls
            
            
            
        
                Interfaces for Andgasm.Http assembly
            
            
            
        
                A custom HttpClient implementation using resilience and logging using a custom Azure Application Insight.
            
            
            
        
                httpclient extensions
            
            
            
        
                Moogie.Http is a single file fluent interface for the System.Net.Http.HttpClient class, now available as a NuGet package!
            
            
            
        
                Wrapper over HttpClient that makes communicating with WebApi endpoints easier.
            
            
            
        
                Package Description
            
            
            
        
                Pooling HttpClient
            
            
            
        
                Package Description
            
            
            
        
                Contains HttpBuilder class for incapsulation most recently using HttpClient features
            
            
            
        
                Provides a factory that makes it possible to create httpclients through dependency injection. And also adds a MockHttpClientFactory that makes it possible to mock the response from the various REST methods of HttpClient.