RHttpServer 1.0.4

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

// Install RHttpServer as a Cake Tool
#tool nuget:?package=RHttpServer&version=1.0.4

RedHttpServer is a simple server framework for creating powerful http(s) servers for websites with dynamic and static content, or APIs, in a very simple manner

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Xamarin.Mac xamarinmac20 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on RHttpServer:

Package Downloads
Red.CookieSessions

Simple session management middleware for RedHttpServer. Uses cookies with authentication tokens

Red.JwtSessions

Package Description

Butterfly.Web.RedHttpServer

Implementation of Butterfly.Web for RedHttpServer (see https://github.com/rosenbjerg/Red)

Red.HandlebarsRenderer

Extension for Red for rendering Handlebars templates as responses

Red.EcsRenderer

Extension for Red for rendering .ecs files

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.1 10,109 3/16/2020
5.2.0 1,430 3/1/2020
5.1.0 2,901 2/22/2020
5.0.0 1,369 2/21/2020
4.0.2 12,770 9/23/2019
4.0.1 1,394 9/16/2019
4.0.0 4,538 4/29/2019
3.5.2 5,673 9/12/2018
3.5.1 1,560 9/7/2018
3.5.0 1,722 8/17/2018
3.4.0 1,671 8/15/2018
3.3.0 1,704 8/13/2018
3.2.2 1,770 8/6/2018
3.2.1 1,936 6/27/2018
3.2.0 2,535 6/26/2018
3.1.0 2,749 5/20/2018
3.0.0 5,565 3/26/2018
2.0.5 2,724 10/16/2017
2.0.4 1,841 10/16/2017
2.0.3 2,345 5/13/2017
2.0.2 2,354 4/27/2017
2.0.1 2,432 4/23/2017
2.0.0 2,405 4/12/2017
1.0.4.4 1,850 1/25/2017
1.0.4.3 1,877 1/24/2017
1.0.4.2 1,874 1/9/2017
1.0.4.1 2,156 12/12/2016
1.0.4 1,988 12/12/2016
1.0.3.9 1,846 12/9/2016
1.0.3.8 1,825 12/3/2016
1.0.3.7 2,173 11/8/2016
1.0.3.6 1,900 10/25/2016
1.0.3.5 1,804 10/13/2016
1.0.3.4 1,974 10/5/2016
1.0.3.3 1,879 9/27/2016
1.0.3.2 1,942 9/25/2016
1.0.3.1 2,005 9/22/2016
1.0.3 2,009 9/22/2016
1.0.2.11 2,140 9/17/2016
1.0.2.10 1,901 9/14/2016
1.0.2.9 1,837 9/14/2016
1.0.2.8 2,177 9/13/2016
1.0.2.7 1,820 9/12/2016
1.0.2.6 1,837 9/12/2016
1.0.2.5 1,834 9/12/2016
1.0.2.4 2,117 9/11/2016
1.0.2.3 1,775 9/11/2016

Fixes and improvements