Microsoft.Extensions.Http by Microsoft

<PackageReference Include="Microsoft.Extensions.Http" Version="3.0.0-preview3.19153.1" />

 Microsoft.Extensions.Http 3.0.0-preview3.19153.1

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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Extensions.Http</id>
    <version>3.0.0-preview3.19153.1</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt</licenseUrl>
    <projectUrl>https://asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>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</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>aspnetcore httpclient</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/Extensions" commit="58f20f8eb07320405c1a71f4484aba92853b41be" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.0.0-preview3.19153.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging" version="3.0.0-preview3.19153.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="3.0.0-preview3.19153.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>