VB.httpd 2.1.2-beta

This is a prerelease version of VB.httpd.

Requires NuGet 1.0.0 or higher.

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

// Install VB.httpd as a Cake Tool
#tool nuget:?package=VB.httpd&version=2.1.2-beta&prerelease

A lite version of http server, currently not support https

for commandline usage, type in terminal:
httpd ?

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.1.2-beta 822 4/25/2017
2.1.1 1,042 2/27/2017
2.0.11-alpha 748 2/23/2017
2.0.1-alpha 792 12/14/2016
2.0.0-alpha 852 12/2/2016
1.0.13 1,018 6/10/2016
1.0.12 942 6/4/2016
1.0.1 957 5/26/2016
1.0.0 989 5/25/2016

1. fix the dashboard API
2. fix the internal thread pool task time display not correctly
3. improvements on the console terminal interface