CXHttp 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package CXHttp --version 1.0.7
NuGet\Install-Package CXHttp -Version 1.0.7
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="CXHttp" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CXHttp --version 1.0.7
#r "nuget: CXHttp, 1.0.7"
#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 CXHttp as a Cake Addin
#addin nuget:?package=CXHttp&version=1.0.7

// Install CXHttp as a Cake Tool
#tool nuget:?package=CXHttp&version=1.0.7

A Simple HTTP Client for C# (UWP)

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.1.3 1,301 5/13/2017
1.1.2 1,050 5/13/2017
1.1.1 1,070 5/13/2017
1.1.0 1,089 5/6/2017
1.0.8 1,056 4/26/2017
1.0.7 1,103 4/26/2017
1.0.4 1,105 4/21/2017
1.0.3 1,221 4/18/2017
1.0.1 1,204 4/18/2017
1.0.0 1,198 4/18/2017

Fixed: 1. error occured while selecting encoding; 2. Add CXRequest.ClearCookie() to clear cookies before request