FSharpx.Http by Steffen Forkmann, Daniel Mohl, Tomas Petricek, Ryan Riley, Mauricio Scheffer, Phil Trelford

<PackageReference Include="FSharpx.Http" Version="1.6.16" />

 FSharpx.Http 1.6.16

FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library provides common features for working with HTTP applications.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>FSharpx.Http</id>
    <version>1.6.16</version>
    <authors>Steffen Forkmann, Daniel Mohl, Tomas Petricek, Ryan Riley, Mauricio Scheffer, Phil Trelford</authors>
    <owners>Steffen Forkmann, Daniel Mohl, Tomas Petricek, Ryan Riley, Mauricio Scheffer, Phil Trelford</owners>
    <licenseUrl>http://github.com/fsharp/fsharpx/raw/master/LICENSE.md</licenseUrl>
    <projectUrl>http://github.com/fsharp/fsharpx</projectUrl>
    <iconUrl>https://nugetgallery.blob.core.windows.net/icons/FSharpx.1.2.1.110910.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.

This library provides common features for working with HTTP applications.</description>
    <summary>FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.

This library provides common features for working with HTTP applications.</summary>
    <language>en-US</language>
    <tags>fsharp csharp interop monad iteratee validation bytestring testing</tags>
    <dependencies>
      <dependency id="FSharpx.Core" version="[1.6.16]" />
    </dependencies>
  </metadata>
</package>