CodeLifter.Http by Andrew Palmer

<PackageReference Include="CodeLifter.Http" Version="1.1.0" />

 CodeLifter.Http 1.1.0

A basic http client with logging and deserialization.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CodeLifter.Http</id>
    <version>1.1.0</version>
    <title>CodeLifter.Http</title>
    <authors>Andrew Palmer</authors>
    <owners>Andrew Palmer</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/CodeLifterIO/CodeLifter.Http/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/CodeLifterIO/CodeLifter.Http</projectUrl>
    <description>A basic http client with logging and deserialization.</description>
    <tags>Http</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
        <dependency id="RestSharp" version="106.10.1" exclude="Build,Analyzers" />
        <dependency id="System.Runtime.Caching" version="4.7.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>