TouchSocket.Http
4.0.0-beta.112
Prefix Reserved
See the version list below for details.
dotnet add package TouchSocket.Http --version 4.0.0-beta.112
NuGet\Install-Package TouchSocket.Http -Version 4.0.0-beta.112
<PackageReference Include="TouchSocket.Http" Version="4.0.0-beta.112" />
<PackageVersion Include="TouchSocket.Http" Version="4.0.0-beta.112" />
<PackageReference Include="TouchSocket.Http" />
paket add TouchSocket.Http --version 4.0.0-beta.112
#r "nuget: TouchSocket.Http, 4.0.0-beta.112"
#:package TouchSocket.Http@4.0.0-beta.112
#addin nuget:?package=TouchSocket.Http&version=4.0.0-beta.112&prerelease
#tool nuget:?package=TouchSocket.Http&version=4.0.0-beta.112&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 was computed. net48 was computed. net481 was computed. |
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
- System.Net.Http (>= 4.3.4)
- TouchSocket (>= 4.0.0-beta.112)
-
.NETStandard 2.0
- TouchSocket (>= 4.0.0-beta.112)
-
.NETStandard 2.1
- TouchSocket (>= 4.0.0-beta.112)
-
net6.0
- TouchSocket (>= 4.0.0-beta.112)
-
net8.0
- TouchSocket (>= 4.0.0-beta.112)
-
net9.0
- TouchSocket (>= 4.0.0-beta.112)
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/ |
|
TouchSocket.WebApi
这是一个提供WebApi服务器和客户端的组件库。可以通过该组件创建WebApi服务解析器和客户端,让桌面端、Web端、移动端可以跨语言调用Rpc函数。功能支持自定义路由、Get传参、Post传参等。 说明文档:https://touchsocket.net/ |
|
JGSteel.ZZ.MES.Core
Package Description |
|
ThingsGateway.Plugin.Management
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on TouchSocket.Http:
Repository | Stars |
---|---|
MCSLTeam/MCServerLauncher-Future
Future version of MCSL, a brand new server management tool. Redefined, Versatile, Easy to use. (WPF Launcher & Daemon)
|
Version | Downloads | Last Updated |
---|---|---|
4.0.0-beta.140 | 64 | 10/18/2025 |
4.0.0-beta.135 | 74 | 10/17/2025 |
4.0.0-beta.120 | 3,762 | 10/12/2025 |
4.0.0-beta.115 | 650 | 10/11/2025 |
4.0.0-beta.112 | 696 | 10/10/2025 |
4.0.0-beta.100 | 739 | 10/9/2025 |
4.0.0-beta.96 | 4,275 | 10/5/2025 |
4.0.0-beta.80 | 2,385 | 9/28/2025 |
4.0.0-beta.70 | 2,980 | 9/26/2025 |
4.0.0-beta.57 | 7,749 | 9/21/2025 |
4.0.0-beta.28 | 1,973 | 9/17/2025 |
4.0.0-beta.27 | 3,908 | 9/11/2025 |
4.0.0-beta.25 | 3,121 | 9/7/2025 |
4.0.0-beta.13 | 1,427 | 9/4/2025 |
4.0.0-beta.6 | 988 | 9/1/2025 |
3.1.18 | 541 | 9/27/2025 |
3.1.17 | 689 | 9/9/2025 |
3.1.16 | 753 | 8/21/2025 |
3.1.15 | 862 | 8/3/2025 |
3.1.14 | 4,512 | 7/20/2025 |
3.1.13 | 4,267 | 7/14/2025 |
3.1.12 | 2,842 | 7/8/2025 |
3.1.11 | 15,291 | 6/24/2025 |
3.1.10 | 2,677 | 6/23/2025 |
3.1.9 | 1,605 | 6/22/2025 |
3.1.8 | 7,188 | 6/15/2025 |
3.1.7 | 10,679 | 6/8/2025 |
3.1.6 | 4,977 | 6/2/2025 |
3.1.5 | 10,874 | 5/24/2025 |
3.1.4 | 4,911 | 5/20/2025 |
3.1.3 | 3,303 | 5/18/2025 |
3.1.2 | 4,968 | 5/11/2025 |
3.1.1 | 4,574 | 4/29/2025 |
3.1.0 | 3,757 | 4/26/2025 |
3.0.26 | 2,924 | 4/20/2025 |
3.0.25 | 3,915 | 4/12/2025 |
3.0.24 | 4,922 | 4/7/2025 |
3.0.23 | 1,784 | 4/6/2025 |
3.0.21 | 434 | 4/5/2025 |
3.0.20 | 6,660 | 3/30/2025 |
3.0.19 | 9,491 | 3/23/2025 |
3.0.18 | 7,069 | 3/16/2025 |
3.0.17 | 3,282 | 3/12/2025 |
3.0.16 | 3,234 | 3/9/2025 |
3.0.15 | 8,877 | 3/2/2025 |
3.0.14 | 10,871 | 2/15/2025 |
3.0.13 | 7,857 | 1/27/2025 |
3.0.12 | 7,109 | 1/19/2025 |
3.0.11 | 672 | 1/12/2025 |
3.0.10 | 1,377 | 1/5/2025 |
3.0.9 | 3,029 | 12/22/2024 |
3.0.8 | 1,841 | 12/15/2024 |
3.0.7 | 1,653 | 12/8/2024 |
3.0.6 | 1,347 | 12/1/2024 |
3.0.5 | 588 | 12/1/2024 |
3.0.4 | 1,242 | 11/24/2024 |
3.0.3 | 1,109 | 11/17/2024 |
3.0.2 | 549 | 11/15/2024 |
3.0.1 | 696 | 11/14/2024 |
3.0.0 | 704 | 11/13/2024 |
2.1.10 | 2,459 | 10/25/2024 |
2.1.0 | 921 | 9/15/2024 |
2.1.0-rc.37 | 128 | 9/13/2024 |
2.1.0-alpha.23 | 114 | 6/28/2024 |
2.0.18 | 854 | 9/10/2024 |
2.0.17 | 1,135 | 8/30/2024 |
2.0.16 | 1,029 | 8/19/2024 |
2.0.15 | 907 | 8/9/2024 |
2.0.14 | 1,710 | 7/24/2024 |
2.0.13 | 526 | 7/23/2024 |
2.0.12 | 839 | 7/17/2024 |
2.0.11 | 837 | 7/12/2024 |
2.0.10 | 2,734 | 5/31/2024 |
2.0.0 | 889 | 3/9/2024 |
2.0.0-rc.2 | 93 | 3/7/2024 |
2.0.0-beta.280 | 168 | 3/2/2024 |
1.4.5 | 557 | 7/20/2023 |