RHttpServer 2.0.3
See the version list below for details.
dotnet add package RHttpServer --version 2.0.3
NuGet\Install-Package RHttpServer -Version 2.0.3
<PackageReference Include="RHttpServer" Version="2.0.3" />
<PackageVersion Include="RHttpServer" Version="2.0.3" />
<PackageReference Include="RHttpServer" />
paket add RHttpServer --version 2.0.3
#r "nuget: RHttpServer, 2.0.3"
#:package RHttpServer@2.0.3
#addin nuget:?package=RHttpServer&version=2.0.3
#tool nuget:?package=RHttpServer&version=2.0.3
RedHttpServer is a simple server framework for creating powerful http and websocket servers for websites with dynamic and static content, or APIs, in a very simple manner
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
| .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 | monoandroid was computed. monoandroid10 is compatible. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. monotouch10 is compatible. |
| Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
| Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- HttpMultipartParser (>= 2.2.3)
- ServiceStack.Text (>= 4.5.4)
-
.NETStandard 1.6
- HttpMultipartParser (>= 2.2.3)
- Microsoft.AspNetCore.Cors (>= 1.1.1)
- Microsoft.AspNetCore.Routing (>= 1.1.1)
- Microsoft.AspNetCore.Server.Kestrel (>= 1.1.1)
- Microsoft.AspNetCore.StaticFiles (>= 1.1.1)
- Microsoft.AspNetCore.WebSockets (>= 1.0.1)
- ServiceStack.Text.Core (>= 1.0.40)
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 | 16,458 | 3/16/2020 | |
| 5.2.0 | 1,877 | 3/1/2020 | |
| 5.1.0 | 3,518 | 2/22/2020 | |
| 5.0.0 | 1,780 | 2/21/2020 | |
| 4.0.2 | 14,637 | 9/23/2019 | |
| 4.0.1 | 1,762 | 9/16/2019 | |
| 4.0.0 | 5,307 | 4/29/2019 | |
| 3.5.2 | 6,552 | 9/12/2018 | |
| 3.5.1 | 1,971 | 9/7/2018 | |
| 3.5.0 | 2,154 | 8/17/2018 | |
| 3.4.0 | 2,100 | 8/15/2018 | |
| 3.3.0 | 2,133 | 8/13/2018 | |
| 3.2.2 | 2,310 | 8/6/2018 | |
| 3.2.1 | 2,663 | 6/27/2018 | |
| 3.2.0 | 3,215 | 6/26/2018 | |
| 3.1.0 | 3,565 | 5/20/2018 | |
| 3.0.0 | 6,696 | 3/26/2018 | |
| 2.0.5 | 3,661 | 10/16/2017 | |
| 2.0.4 | 2,627 | 10/16/2017 | |
| 2.0.3 | 3,104 | 5/13/2017 |
post form data in net45 version fix