RHttpServer 3.3.0

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

// Install RHttpServer as a Cake Tool
#tool nuget:?package=RHttpServer&version=3.3.0
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
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,177 3/16/2020
5.2.0 1,448 3/1/2020
5.1.0 2,918 2/22/2020
5.0.0 1,387 2/21/2020
4.0.2 12,882 9/23/2019
4.0.1 1,411 9/16/2019
4.0.0 4,562 4/29/2019
3.5.2 5,708 9/12/2018
3.5.1 1,575 9/7/2018
3.5.0 1,738 8/17/2018
3.4.0 1,685 8/15/2018
3.3.0 1,720 8/13/2018
3.2.2 1,783 8/6/2018
3.2.1 1,950 6/27/2018
3.2.0 2,561 6/26/2018
3.1.0 2,773 5/20/2018
3.0.0 5,604 3/26/2018
2.0.5 2,742 10/16/2017
2.0.4 1,857 10/16/2017
2.0.3 2,359 5/13/2017
2.0.2 2,425 4/27/2017
2.0.1 2,448 4/23/2017
2.0.0 2,447 4/12/2017
1.0.4.4 1,866 1/25/2017
1.0.4.3 1,893 1/24/2017
1.0.4.2 1,890 1/9/2017
1.0.4.1 2,172 12/12/2016
1.0.4 2,003 12/12/2016
1.0.3.9 1,861 12/9/2016
1.0.3.8 1,837 12/3/2016
1.0.3.7 2,190 11/8/2016
1.0.3.6 1,916 10/25/2016
1.0.3.5 1,829 10/13/2016
1.0.3.4 1,990 10/5/2016
1.0.3.3 1,909 9/27/2016
1.0.3.2 1,958 9/25/2016
1.0.3.1 2,017 9/22/2016
1.0.3 2,025 9/22/2016
1.0.2.11 2,155 9/17/2016
1.0.2.10 1,915 9/14/2016
1.0.2.9 1,852 9/14/2016
1.0.2.8 2,210 9/13/2016
1.0.2.7 1,830 9/12/2016
1.0.2.6 1,852 9/12/2016
1.0.2.5 1,850 9/12/2016
1.0.2.4 2,133 9/11/2016
1.0.2.3 1,788 9/11/2016

added support for automatic handling of range requests on dynamic file handlers (Response.SendFile)