CT.Net 1.1.0

dotnet add package CT.Net --version 1.1.0
NuGet\Install-Package CT.Net -Version 1.1.0
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="CT.Net" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CT.Net --version 1.1.0
#r "nuget: CT.Net, 1.1.0"
#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 CT.Net as a Cake Addin
#addin nuget:?package=CT.Net&version=1.1.0

// Install CT.Net as a Cake Tool
#tool nuget:?package=CT.Net&version=1.1.0

A common module supporting the efficient dispatch of web communications from .NET 4.5 applications and servers

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet45 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 (3)

Showing the top 3 NuGet packages that depend on CT.Net:

Package Downloads
CT.WebServices.Server

Server-side code for standard REST-like web calls in Creative Thinking Inc services framework. Provides classes that can act as the code-behind for an ASPX page, providing RPC-like web call entry points.

CT.WebServices.Client

The .NET 4.5 client-side library for standard REST-like access to server entry points in Creative Thinking Inc web services

CT.FocusSupport.Client

.NET 4.5 client library for accessing common web-based services that assist in support of form-based, scoped application frameworks

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,310 4/1/2017
1.0.0 1,600 12/30/2016

Allow HEAD verb to be used in places where default(GET) would be valid, to peek for web resources.