VB.httpd
2.1.1
See the version list below for details.
Requires NuGet 1.0.0 or higher.
dotnet add package VB.httpd --version 2.1.1
NuGet\Install-Package VB.httpd -Version 2.1.1
<PackageReference Include="VB.httpd" Version="2.1.1" />
paket add VB.httpd --version 2.1.1
#r "nuget: VB.httpd, 2.1.1"
// Install VB.httpd as a Cake Addin #addin nuget:?package=VB.httpd&version=2.1.1 // Install VB.httpd as a Cake Tool #tool nuget:?package=VB.httpd&version=2.1.1
A lite version of http server, currently not support https
for commandline usage, type in terminal:
httpd ?
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6
- sciBASIC (>= 2.3.5)
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 | 847 | 4/25/2017 |
2.1.1 | 1,080 | 2/27/2017 |
2.0.11-alpha | 774 | 2/23/2017 |
2.0.1-alpha | 818 | 12/14/2016 |
2.0.0-alpha | 877 | 12/2/2016 |
1.0.13 | 1,049 | 6/10/2016 |
1.0.12 | 971 | 6/4/2016 |
1.0.1 | 985 | 5/26/2016 |
1.0.0 | 1,016 | 5/25/2016 |
1. Removes the web app assembly file type limitation, now both *.exe and *.dll .net assembly files are allowed to using as container
2. Add debugger module in namespace SMRUCC.WebCloud.HTTPInternal.DebuggerAPI
3. Add demo source code
4. Improvements on the threading model, improvements the stable on linux platform
5. Makes the visitor statistics plugin works
Due to the reason of rewrite the whold framework code, so that there is a huge difference between the 1.0.13 stable version, please follow the demo source example in the package to upgrade your application source code.