TouchSocket.Http
4.0.0-Alpha.1
Prefix Reserved
dotnet add package TouchSocket.Http --version 4.0.0-Alpha.1
NuGet\Install-Package TouchSocket.Http -Version 4.0.0-Alpha.1
<PackageReference Include="TouchSocket.Http" Version="4.0.0-Alpha.1" />
<PackageVersion Include="TouchSocket.Http" Version="4.0.0-Alpha.1" />
<PackageReference Include="TouchSocket.Http" />
paket add TouchSocket.Http --version 4.0.0-Alpha.1
#r "nuget: TouchSocket.Http, 4.0.0-Alpha.1"
#:package TouchSocket.Http@4.0.0-Alpha.1
#addin nuget:?package=TouchSocket.Http&version=4.0.0-Alpha.1&prerelease
#tool nuget:?package=TouchSocket.Http&version=4.0.0-Alpha.1&prerelease
TouchSocket.Http
项目简介
TouchSocket.Http 是一个基于 Http1.1 协议的组件库,为开发者提供了丰富且强大的 Http 相关功能。它集成了 Http 服务器、客户端以及 WebSocket 组件,能够满足多种复杂场景下的网络通信需求。
功能特性
1. 数据传输功能
- 大文件处理:支持大文件的下载与上传操作,并且实现了多线程下载和断点续传功能。这意味着在处理大文件时,不仅可以提高传输效率,还能在网络中断等异常情况下恢复传输,确保数据完整性。
- 小文件上传:提供小文件 form 上传功能,方便用户通过表单形式上传小型文件。
2. WebApi 支持
- 声明与执行:允许开发者声明和执行 WebApi,简化了与 Web 服务的交互过程,提高了开发效率。
3. 客户端特性
- 基于连接的客户端:所提供的 Http 客户端是基于连接的,能够捕获连接和断开连接等消息。这使得开发者可以更好地监控客户端的状态,及时处理连接异常情况。
4. WebSocket 支持
- WebSocket 组件:集成了 WebSocket 组件,支持 WebSocket 协议,可实现实时双向通信,适用于需要实时数据交互的场景,如在线聊天、实时监控等。
支持的目标框架
- net481
- net462
- net472
- netstandard2.0
- netstandard2.1
- net6.0
- net9.0
- net8.0
使用方法
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 (>= 4.0.0-Alpha.1)
-
.NETFramework 4.7.2
- TouchSocket (>= 4.0.0-Alpha.1)
-
.NETFramework 4.8.1
- System.Net.Http (>= 4.3.4)
- TouchSocket (>= 4.0.0-Alpha.1)
-
.NETStandard 2.0
- TouchSocket (>= 4.0.0-Alpha.1)
-
.NETStandard 2.1
- TouchSocket (>= 4.0.0-Alpha.1)
-
net6.0
- TouchSocket (>= 4.0.0-Alpha.1)
-
net8.0
- TouchSocket (>= 4.0.0-Alpha.1)
-
net9.0
- TouchSocket (>= 4.0.0-Alpha.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TouchSocket.Http:
Package | Downloads |
---|---|
TouchSocket.Dmtp
DMTP(Duplex Message Transport Protocol双工消息传输协议)是一个简单易用,便捷高效,且易于扩展的二进制数据协议。目前基于该协议,已实现的功能包括:连接验证、同步Id、Rpc(包括客户端请求服务器,服务器请求客户端、客户端请求客户端)、文件传输(包括客户端向服务器请求文件、客户端向服务器推送文件、服务器向客户端请求文件、服务器向客户端推送文件、 客户端之间请求、推送文件)、Redis等。 说明文档:https://touchsocket.net/ |
|
JGSteel.ZZ.MES.Core
Package Description |
|
TouchSocket.WebApi
这是一个提供WebApi服务器和客户端的组件库。可以通过该组件创建WebApi服务解析器和客户端,让桌面端、Web端、移动端可以跨语言调用Rpc函数。功能支持自定义路由、Get传参、Post传参等。 说明文档:https://touchsocket.net/ |
|
ThingsGateway.Plugin.Management
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
4.0.0-Alpha.1 | 64 | 7/17/2025 |
3.1.13 | 862 | 7/14/2025 |
3.1.12 | 1,477 | 7/8/2025 |
3.1.11 | 7,680 | 6/24/2025 |
3.1.10 | 1,339 | 6/23/2025 |
3.1.9 | 894 | 6/22/2025 |
3.1.8 | 3,625 | 6/15/2025 |
3.1.7 | 5,269 | 6/8/2025 |
3.1.6 | 2,544 | 6/2/2025 |
3.1.5 | 5,280 | 5/24/2025 |
3.1.4 | 2,494 | 5/20/2025 |
3.1.3 | 1,678 | 5/18/2025 |
3.1.2 | 2,584 | 5/11/2025 |
3.1.1 | 2,402 | 4/29/2025 |
3.1.0 | 1,856 | 4/26/2025 |
3.0.26 | 1,617 | 4/20/2025 |
3.0.25 | 2,094 | 4/12/2025 |
3.0.24 | 2,539 | 4/7/2025 |
3.0.23 | 971 | 4/6/2025 |
3.0.21 | 253 | 4/5/2025 |
3.0.20 | 3,454 | 3/30/2025 |
3.0.19 | 4,720 | 3/23/2025 |
3.0.18 | 3,668 | 3/16/2025 |
3.0.17 | 1,691 | 3/12/2025 |
3.0.16 | 1,730 | 3/9/2025 |
3.0.15 | 4,500 | 3/2/2025 |
3.0.14 | 5,679 | 2/15/2025 |
3.0.13 | 4,193 | 1/27/2025 |
3.0.12 | 3,660 | 1/19/2025 |
3.0.11 | 475 | 1/12/2025 |
3.0.10 | 1,001 | 1/5/2025 |
3.0.9 | 2,013 | 12/22/2024 |
3.0.8 | 1,250 | 12/15/2024 |
3.0.7 | 1,121 | 12/8/2024 |
3.0.6 | 915 | 12/1/2024 |
3.0.5 | 409 | 12/1/2024 |
3.0.4 | 886 | 11/24/2024 |
3.0.3 | 790 | 11/17/2024 |
3.0.2 | 382 | 11/15/2024 |
3.0.1 | 481 | 11/14/2024 |
3.0.0 | 482 | 11/13/2024 |
2.1.10 | 1,931 | 10/25/2024 |
2.1.0 | 688 | 9/15/2024 |
2.1.0-rc.37 | 105 | 9/13/2024 |
2.1.0-alpha.23 | 93 | 6/28/2024 |
2.0.18 | 633 | 9/10/2024 |
2.0.17 | 883 | 8/30/2024 |
2.0.16 | 818 | 8/19/2024 |
2.0.15 | 720 | 8/9/2024 |
2.0.14 | 1,377 | 7/24/2024 |
2.0.13 | 344 | 7/23/2024 |
2.0.12 | 671 | 7/17/2024 |
2.0.11 | 657 | 7/12/2024 |
2.0.10 | 2,329 | 5/31/2024 |
2.0.0 | 679 | 3/9/2024 |
2.0.0-rc.2 | 84 | 3/7/2024 |
2.0.0-beta.280 | 152 | 3/2/2024 |
1.4.5 | 502 | 7/20/2023 |