TouchSocket.WebApi
4.0.0-Alpha.14
Prefix Reserved
See the version list below for details.
dotnet add package TouchSocket.WebApi --version 4.0.0-Alpha.14
NuGet\Install-Package TouchSocket.WebApi -Version 4.0.0-Alpha.14
<PackageReference Include="TouchSocket.WebApi" Version="4.0.0-Alpha.14" />
<PackageVersion Include="TouchSocket.WebApi" Version="4.0.0-Alpha.14" />
<PackageReference Include="TouchSocket.WebApi" />
paket add TouchSocket.WebApi --version 4.0.0-Alpha.14
#r "nuget: TouchSocket.WebApi, 4.0.0-Alpha.14"
#:package TouchSocket.WebApi@4.0.0-Alpha.14
#addin nuget:?package=TouchSocket.WebApi&version=4.0.0-Alpha.14&prerelease
#tool nuget:?package=TouchSocket.WebApi&version=4.0.0-Alpha.14&prerelease
TouchSocket.WebApi
项目概述
TouchSocket.WebApi 是一个提供 WebApi 服务器和客户端的组件库。借助该组件,开发者能够创建 WebApi 服务解析器和客户端,实现桌面端、Web 端、移动端的跨语言 Rpc 函数调用。该库支持自定义路由、Get 传参、Post 传参等功能。
功能特性
- 跨平台调用:支持桌面端、Web 端、移动端跨语言调用 Rpc 函数。
- 参数传递:支持 Get 和 Post 两种传参方式。
- 自定义路由:允许开发者自定义 WebApi 路由。
文档说明
详细的说明文档请访问:https://touchsocket.net/
支持的目标框架
- net481
- net462
- net472
- netstandard2.0
- netstandard2.1
- net6.0
- net9.0
- net8.0
贡献与反馈
如果你在使用过程中遇到问题或有任何建议,欢迎提交 issue 或参与项目贡献。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
-
.NETFramework 4.7.2
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
-
.NETFramework 4.8.1
- System.Reflection.DispatchProxy (>= 4.7.1)
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
-
.NETStandard 2.0
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
-
.NETStandard 2.1
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
-
net6.0
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
-
net8.0
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
-
net9.0
- TouchSocket.Http (>= 4.0.0-Alpha.14)
- TouchSocket.Rpc (>= 4.0.0-Alpha.14)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TouchSocket.WebApi:
Package | Downloads |
---|---|
ThingsGateway.Gateway.Application
Package Description |
|
TouchSocket.WebApi.Swagger
这是适用于TouchSocket.WebApi的Swagger页面,可以直接在浏览器调试WebApi。 说明文档:https://touchsocket.net/ |
|
TouchSocket.JsonRpc
这是一个提供JsonRpc服务器和客户端的组件库。可以通过该组件创建基于Tcp、Http、WebSocket协议的JsonRpc服务器和客户端,支持JsonRpc全部功能,可与Web,Android等平台无缝对接。 说明文档:https://touchsocket.net/ |
|
TouchSocket.XmlRpc
这是一个提供XmlRpc服务器和客户端的组件库。可以通过该组件创建XmlRpc服务解析器,完美支持XmlRpc数据类型,类型嵌套,Array等。也能与CookComputing.XmlRpcV2完美对接。不限Web,Android等平台。 说明文档:https://touchsocket.net/ |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on TouchSocket.WebApi:
Repository | Stars |
---|---|
ThingsGateway/ThingsGateway
ThingsGateway is a cross platform high-performance edge acquisition gateway based on Net8, providing underlying PLC communication libraries, communication debugging software, and more.
|
Version | Downloads | Last Updated |
---|---|---|
4.0.0-beta.21 | 0 | 9/7/2025 |
4.0.0-beta.20 | 50 | 9/6/2025 |
4.0.0-beta.13 | 201 | 9/4/2025 |
4.0.0-beta.10 | 113 | 9/3/2025 |
4.0.0-beta.6 | 267 | 9/1/2025 |
4.0.0-beta.5 | 520 | 8/29/2025 |
4.0.0-beta.4 | 163 | 8/28/2025 |
4.0.0-beta.3 | 792 | 8/24/2025 |
4.0.0-beta.2 | 83 | 8/24/2025 |
4.0.0-beta.1 | 684 | 8/21/2025 |
4.0.0-Alpha.15 | 90 | 8/17/2025 |
4.0.0-Alpha.14 | 120 | 8/13/2025 |
4.0.0-Alpha.13 | 76 | 8/3/2025 |
4.0.0-Alpha.12 | 3,276 | 7/27/2025 |
4.0.0-Alpha.11 | 385 | 7/21/2025 |
4.0.0-Alpha.10 | 207 | 7/20/2025 |
4.0.0-Alpha.1 | 115 | 7/17/2025 |
3.1.16 | 207 | 8/21/2025 |
3.1.15 | 232 | 8/3/2025 |
3.1.14 | 546 | 7/20/2025 |
3.1.13 | 953 | 7/14/2025 |
3.1.12 | 1,279 | 7/8/2025 |
3.1.11 | 6,951 | 6/24/2025 |
3.1.10 | 1,171 | 6/23/2025 |
3.1.9 | 751 | 6/22/2025 |
3.1.8 | 3,249 | 6/15/2025 |
3.1.7 | 4,815 | 6/8/2025 |
3.1.6 | 2,253 | 6/2/2025 |
3.1.5 | 4,775 | 5/24/2025 |
3.1.4 | 2,210 | 5/20/2025 |
3.1.3 | 1,482 | 5/18/2025 |
3.1.2 | 2,314 | 5/11/2025 |
3.1.1 | 2,122 | 4/29/2025 |
3.1.0 | 1,648 | 4/26/2025 |
3.0.26 | 1,397 | 4/20/2025 |
3.0.25 | 1,822 | 4/12/2025 |
3.0.24 | 2,282 | 4/7/2025 |
3.0.23 | 835 | 4/6/2025 |
3.0.21 | 165 | 4/5/2025 |
3.0.20 | 3,127 | 3/30/2025 |
3.0.19 | 4,424 | 3/23/2025 |
3.0.18 | 3,334 | 3/16/2025 |
3.0.17 | 1,547 | 3/12/2025 |
3.0.16 | 1,502 | 3/9/2025 |
3.0.15 | 4,077 | 3/2/2025 |
3.0.14 | 4,813 | 2/15/2025 |
3.0.13 | 3,677 | 1/27/2025 |
3.0.12 | 3,220 | 1/19/2025 |
3.0.11 | 300 | 1/12/2025 |
3.0.10 | 730 | 1/5/2025 |
3.0.9 | 1,367 | 12/22/2024 |
3.0.8 | 645 | 12/15/2024 |
3.0.7 | 358 | 12/8/2024 |
3.0.6 | 304 | 12/1/2024 |
3.0.5 | 271 | 12/1/2024 |
3.0.4 | 296 | 11/24/2024 |
3.0.3 | 255 | 11/17/2024 |
3.0.2 | 217 | 11/15/2024 |
3.0.1 | 274 | 11/14/2024 |
3.0.0 | 251 | 11/13/2024 |
2.1.10 | 580 | 10/25/2024 |
2.1.0 | 328 | 9/15/2024 |
2.1.0-rc.37 | 78 | 9/13/2024 |
2.1.0-alpha.31 | 88 | 7/7/2024 |
2.1.0-alpha.28 | 79 | 7/4/2024 |
2.1.0-alpha.27 | 75 | 7/3/2024 |
2.1.0-alpha.26 | 89 | 6/29/2024 |
2.1.0-alpha.24 | 77 | 6/28/2024 |
2.0.18 | 332 | 9/10/2024 |
2.0.17 | 420 | 8/30/2024 |
2.0.16 | 410 | 8/19/2024 |
2.0.15 | 453 | 8/9/2024 |
2.0.14 | 341 | 7/24/2024 |
2.0.13 | 177 | 7/23/2024 |
2.0.12 | 433 | 7/17/2024 |
2.0.11 | 309 | 7/12/2024 |
2.0.10 | 699 | 5/31/2024 |
2.0.0 | 309 | 3/9/2024 |
2.0.0-rc.2 | 77 | 3/7/2024 |
2.0.0-beta.280 | 125 | 3/2/2024 |