RHttpServer 5.2.1
dotnet add package RHttpServer --version 5.2.1
NuGet\Install-Package RHttpServer -Version 5.2.1
<PackageReference Include="RHttpServer" Version="5.2.1" />
paket add RHttpServer --version 5.2.1
#r "nuget: RHttpServer, 5.2.1"
// Install RHttpServer as a Cake Addin
#addin nuget:?package=RHttpServer&version=5.2.1
// Install RHttpServer as a Cake Tool
#tool nuget:?package=RHttpServer&version=5.2.1
.NET Standard web application framework built on ASP.NET Core w/ Kestrel and inspired by Express.js
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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.AspNetCore.Routing (>= 2.2.2)
- Microsoft.AspNetCore.Server.Kestrel (>= 2.2.0)
- Microsoft.AspNetCore.StaticFiles (>= 2.2.0)
- Microsoft.AspNetCore.WebSockets (>= 2.2.1)
- System.Text.Json (>= 4.7.1)
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 |
|
Red.HandlebarsRenderer
Extension for Red for rendering Handlebars templates as responses |
|
Red.EcsRenderer
Extension for Red for rendering .ecs files |
|
Butterfly.Web.RedHttpServer
Implementation of Butterfly.Web for RedHttpServer (see https://github.com/rosenbjerg/Red) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.2.1 | 8,312 | 3/16/2020 | |
5.2.0 | 790 | 3/1/2020 | |
5.1.0 | 2,147 | 2/22/2020 | |
5.0.0 | 740 | 2/21/2020 | |
4.0.2 | 8,468 | 9/23/2019 | |
4.0.1 | 759 | 9/16/2019 | |
4.0.0 | 3,406 | 4/29/2019 | |
3.5.2 | 4,484 | 9/12/2018 | |
3.5.1 | 984 | 9/7/2018 | |
3.5.0 | 1,047 | 8/17/2018 | |
3.4.0 | 997 | 8/15/2018 | |
3.3.0 | 1,015 | 8/13/2018 | |
3.2.2 | 1,085 | 8/6/2018 | |
3.2.1 | 1,290 | 6/27/2018 | |
3.2.0 | 1,704 | 6/26/2018 | |
3.1.0 | 1,797 | 5/20/2018 | |
3.0.0 | 4,134 | 3/26/2018 | |
2.0.5 | 1,975 | 10/16/2017 | |
2.0.4 | 1,202 | 10/16/2017 | |
2.0.3 | 1,536 | 5/13/2017 | |
2.0.2 | 1,398 | 4/27/2017 | |
2.0.1 | 1,496 | 4/23/2017 | |
2.0.0 | 1,529 | 4/12/2017 | |
1.0.4.4 | 1,220 | 1/25/2017 | |
1.0.4.3 | 1,222 | 1/24/2017 | |
1.0.4.2 | 1,229 | 1/9/2017 | |
1.0.4.1 | 1,489 | 12/12/2016 | |
1.0.4 | 1,348 | 12/12/2016 | |
1.0.3.9 | 1,236 | 12/9/2016 | |
1.0.3.8 | 1,206 | 12/3/2016 | |
1.0.3.7 | 1,532 | 11/8/2016 | |
1.0.3.6 | 1,249 | 10/25/2016 | |
1.0.3.5 | 1,223 | 10/13/2016 | |
1.0.3.4 | 1,298 | 10/5/2016 | |
1.0.3.3 | 1,224 | 9/27/2016 | |
1.0.3.2 | 1,305 | 9/25/2016 | |
1.0.3.1 | 1,318 | 9/22/2016 | |
1.0.3 | 1,351 | 9/22/2016 | |
1.0.2.11 | 1,520 | 9/17/2016 | |
1.0.2.10 | 1,196 | 9/14/2016 | |
1.0.2.9 | 1,172 | 9/14/2016 | |
1.0.2.8 | 1,534 | 9/13/2016 | |
1.0.2.7 | 1,206 | 9/12/2016 | |
1.0.2.6 | 1,179 | 9/12/2016 | |
1.0.2.5 | 1,176 | 9/12/2016 | |
1.0.2.4 | 1,447 | 9/11/2016 | |
1.0.2.3 | 1,194 | 9/11/2016 |
Fix contentType optional parameter
Suppress OperationCanceledException in ws handler