BeetleX.FastHttpApi
1.9.6
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 2.1
This package targets .NET Core 2.1. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BeetleX.FastHttpApi --version 1.9.6
NuGet\Install-Package BeetleX.FastHttpApi -Version 1.9.6
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="BeetleX.FastHttpApi" Version="1.9.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BeetleX.FastHttpApi --version 1.9.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BeetleX.FastHttpApi, 1.9.6"
#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 BeetleX.FastHttpApi as a Cake Addin #addin nuget:?package=BeetleX.FastHttpApi&version=1.9.6 // Install BeetleX.FastHttpApi as a Cake Tool #tool nuget:?package=BeetleX.FastHttpApi&version=1.9.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
add url map
mApiServer.Map("/", (ctx) =>
{
ctx.Result(new TextResult("map /"));
});
mApiServer.Map("/user/{id}", async (ctx) =>
{
ctx.Result(new TextResult((string)ctx.Data["id"]));
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- BeetleX (>= 1.6.5.60)
- BeetleX.Tracks (>= 0.7.5)
- Newtonsoft.Json (>= 11.0.2)
-
.NETCoreApp 3.1
- BeetleX (>= 1.6.5.60)
- BeetleX.Tracks (>= 0.7.5)
- Newtonsoft.Json (>= 11.0.2)
-
net5.0
- BeetleX (>= 1.6.5.60)
- BeetleX.Tracks (>= 0.7.5)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on BeetleX.FastHttpApi:
Package | Downloads |
---|---|
BeetleX.Bumblebee
.net core http and websocket gateway service component |
|
BeetleX.WebFamily
Web SPA plug-in for BeetleX Server : Webapi+Websocket+JWT+EFCore+Redis web: Axios+Vue+ElementUI|Bootstrap5.0 |
|
BeetleX.FastHttpApi.VueExtend
BeetleX.Fasthttpapi's vue extension package |
|
BeetleX.FastHttpApi.Hosting
beetlex fasthttpapi hosting and dependency injection extensions |
|
BeetleX.FastHttpApi.Jwt
Beetlex http webapi and websocket jwt extend |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on BeetleX.FastHttpApi:
Repository | Stars |
---|---|
RRQM/TouchSocket
TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues and enables quick implementation of custom data message parsing using protocol templates.
|
|
beetlex-io/FastHttpApi
a lightweight and high-performance http/websocket service component in the dotnet core platform that supports TLS.
|
|
beetlex-io/Bumblebee
.net core fast http and websocket gateway components
|
|
beetlex-io/WebApiBenchmark
Web api management and performance testing tools
|
|
beetlex-io/BeetleX-Samples
BeetleX micro services framework (tcp webapi websocket and xrpc) samples
|
Version | Downloads | Last updated |
---|---|---|
2.2.24.425 | 599 | 4/28/2024 |
2.2.24.188 | 114 | 4/25/2024 |
2.2.22.188 | 3,326 | 11/17/2022 |
2.2.18.1803 | 4,561 | 6/8/2022 |
2.2.16.1803 | 1,401 | 6/1/2022 |
2.2.14.1803 | 2,907 | 5/12/2022 |
2.2.11.1803 | 2,178 | 5/1/2022 |
2.2.10.1802 | 2,934 | 2/24/2022 |
2.2.0.180 | 2,575 | 1/6/2022 |
2.1.4.171 | 1,802 | 12/11/2021 |
2.1.2.171 | 1,758 | 12/5/2021 |
2.1.0 | 505 | 11/19/2021 |
2.0.8 | 2,822 | 10/11/2021 |
2.0.6 | 3,121 | 9/17/2021 |
2.0.4 | 730 | 9/6/2021 |
2.0.2 | 3,408 | 8/5/2021 |
1.9.9 | 22,409 | 7/7/2021 |
1.9.8.6 | 798 | 7/1/2021 |
1.9.8 | 2,058 | 6/16/2021 |
1.9.6 | 6,497 | 5/11/2021 |
1.9.5 | 4,168 | 3/7/2021 |
1.9.4.3 | 2,916 | 2/18/2021 |
1.9.3.12 | 1,276 | 12/25/2020 |
1.9.2.10 | 8,337 | 12/18/2020 |
1.9.1 | 750 | 12/8/2020 |
1.8.9.9 | 1,460 | 11/1/2020 |
1.8.9.5 | 9,424 | 10/24/2020 |
1.8.8.4 | 1,454 | 10/15/2020 |
1.8.7.2 | 1,920 | 9/25/2020 |
1.8.6.7 | 574 | 9/21/2020 |
1.8.6.5 | 1,530 | 9/9/2020 |
1.8.6 | 1,405 | 9/5/2020 |
1.8.5.8 | 1,917 | 8/30/2020 |
1.8.5.4 | 732 | 8/18/2020 |
1.8.5.2 | 3,181 | 7/19/2020 |
1.8.5 | 1,460 | 7/6/2020 |
1.8.3.8 | 1,821 | 6/15/2020 |
1.8.2.7 | 695 | 6/9/2020 |
1.8.2.6 | 844 | 5/29/2020 |
1.8.2.5 | 604 | 5/27/2020 |
1.8.2.3 | 1,298 | 5/21/2020 |
1.8.2.2 | 1,733 | 4/12/2020 |
1.8.1.9 | 813 | 4/5/2020 |
1.8.1.7 | 983 | 3/29/2020 |
1.8.1.5 | 2,165 | 3/21/2020 |
1.8.1 | 1,309 | 3/12/2020 |
1.8.0.21 | 953 | 3/9/2020 |
1.8.0.11 | 831 | 3/5/2020 |
1.8.0.1 | 777 | 3/2/2020 |
1.7.9.8 | 873 | 2/27/2020 |
1.7.9.5 | 585 | 2/22/2020 |
1.7.8.2 | 790 | 2/12/2020 |
1.7.8 | 929 | 1/20/2020 |
1.7.7.8 | 1,020 | 1/12/2020 |
1.7.7.5 | 1,720 | 1/10/2020 |
1.7.7.3 | 926 | 1/7/2020 |
1.7.6.9 | 2,036 | 1/1/2020 |
1.7.6.6 | 788 | 12/27/2019 |
1.7.6 | 671 | 12/23/2019 |
1.7.5.8 | 850 | 12/22/2019 |
1.7.5.2 | 757 | 12/19/2019 |
1.7.5 | 1,465 | 12/9/2019 |
1.7.4 | 821 | 11/26/2019 |
1.7.3.6 | 1,218 | 10/31/2019 |
1.7.2.2 | 1,303 | 10/27/2019 |
1.7.1 | 1,271 | 10/24/2019 |
1.7.0 | 1,614 | 10/22/2019 |
1.6.9 | 1,620 | 10/21/2019 |
1.6.8.2 | 625 | 10/19/2019 |
1.6.7 | 735 | 10/16/2019 |
1.5.6.6 | 839 | 9/17/2019 |
1.5.6 | 1,842 | 9/10/2019 |
1.5.4.2 | 1,593 | 6/27/2019 |
1.5.2.6 | 2,901 | 6/17/2019 |
1.5.0.8 | 701 | 6/14/2019 |
1.4.9.8 | 1,761 | 6/5/2019 |
1.4.9 | 781 | 6/1/2019 |
1.4.8 | 917 | 5/28/2019 |
1.4.7 | 818 | 5/16/2019 |
1.4.6.8 | 698 | 5/8/2019 |
1.4.6.6 | 778 | 4/29/2019 |
1.4.6 | 6,064 | 4/18/2019 |
1.4.3 | 1,528 | 4/6/2019 |
1.4.0.2 | 1,247 | 3/29/2019 |
1.3.9 | 1,457 | 3/18/2019 |
high performance and lightweight http and websocket server components for .NETCore