VB.httpd 2.0.0-alpha

This is a prerelease version of VB.httpd.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 1.0.0 or higher.

dotnet add package VB.httpd --version 2.0.0-alpha
                    
NuGet\Install-Package VB.httpd -Version 2.0.0-alpha
                    
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.0.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VB.httpd" Version="2.0.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="VB.httpd" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VB.httpd --version 2.0.0-alpha
                    
#r "nuget: VB.httpd, 2.0.0-alpha"
                    
#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.
#:package VB.httpd@2.0.0-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VB.httpd&version=2.0.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=VB.httpd&version=2.0.0-alpha&prerelease
                    
Install as a Cake Tool

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.

  • .NETFramework 4.6

    • 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
2.1.2-beta 1,262 4/25/2017
2.1.1 1,581 2/27/2017
2.0.11-alpha 1,175 2/23/2017
2.0.1-alpha 1,236 12/14/2016
2.0.0-alpha 1,268 12/2/2016
1.0.13 1,472 6/10/2016
1.0.12 1,381 6/4/2016
1.0.1 1,408 5/26/2016
1.0.0 1,428 5/25/2016

Rewrite the web app api, for example demo code, visit: https://github.com/xieguigang/SMRUCC.WebCloud/tree/master/HTTP_SERVER/WebApp.Example