Slyno.Http 2.0.2

dotnet add package Slyno.Http --version 2.0.2
NuGet\Install-Package Slyno.Http -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Slyno.Http" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Slyno.Http --version 2.0.2
#r "nuget: Slyno.Http, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Slyno.Http as a Cake Addin
#addin nuget:?package=Slyno.Http&version=2.0.2

// Install Slyno.Http as a Cake Tool
#tool nuget:?package=Slyno.Http&version=2.0.2

Library to help with applications using HttpClients. This includes JsonContent and Patch methods.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 1,056 11/18/2016
2.0.1 1,055 11/18/2016
1.0.0 1,156 9/17/2015

v2.0.2
     Updated to use the latest Slyno.Loggers and Json.net.
     
     v2.0.1
     Simplified interface. Added logging. Added common media types. Added common http methods.
     
     v1.0.0
     Initial release.