Interrogator.Http by Johannes Moersch

<PackageReference Include="Interrogator.Http" Version="0.11.0" />

 Interrogator.Http 0.11.0

Adds extensions to HttpClient for sending http requests and asserting against http responses for testing.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Interrogator.Http</id>
    <version>0.11.0</version>
    <authors>Johannes Moersch</authors>
    <owners>Johannes Moersch</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/JohannesMoersch/Interrogator</projectUrl>
    <description>Adds extensions to HttpClient for sending http requests and asserting against http responses for testing.</description>
    <copyright>Copyright © 2020 Johannes Moersch</copyright>
    <tags>integration test http</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>