OSS.Tools.Http 3.1.2

dotnet add package OSS.Tools.Http --version 3.1.2
                    
NuGet\Install-Package OSS.Tools.Http -Version 3.1.2
                    
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="OSS.Tools.Http" Version="3.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OSS.Tools.Http" Version="3.1.2" />
                    
Directory.Packages.props
<PackageReference Include="OSS.Tools.Http" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OSS.Tools.Http --version 3.1.2
                    
#r "nuget: OSS.Tools.Http, 3.1.2"
                    
#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.
#:package OSS.Tools.Http@3.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OSS.Tools.Http&version=3.1.2
                    
Install as a Cake Addin
#tool nuget:?package=OSS.Tools.Http&version=3.1.2
                    
Install as a Cake Tool

HTTP请求工具类库

Product Compatible and additional computed target framework versions.
.NET 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 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.  net9.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on OSS.Tools.Http:

Package Downloads
OSS.Clients.Pay.Wechat

微信支付V3版接口

OSS.Clients.Oauth.WX

微信Oauth授权接口

OSS.Clients.Platform.Wechat.Base

微信公众好请求基础封装

OSS.Core.Client.Http

Package Description

OSS.Clients.SMS.Ali

阿里云短信发送封装

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on OSS.Tools.Http:

Repository Stars
KevinWG/OSS.Clients.Pay
开源支付SDK(标准库),主要打造微信支付,支付宝支付,标准库项目,同时支持.net framework和.net core
KevinWG/OSS.Core
.net core下的领域开源电商网站,类库使用的标准库项目,集成微信和支付宝。 暂时还在开发阶段
KevinWG/OSS.Clients.SNS
社交网站sdk(标准库),微信公众号(订阅号,服务号,小程序)接口sdk-包含消息回复(明文和安全模式),Oauth2.0授权等
Version Downloads Last Updated
3.1.2 143 5/28/2025
3.1.1 137 5/28/2025
3.1.0 134 5/28/2025
3.0.3 142 5/27/2025
3.0.2.2 139 5/27/2025
3.0.2.1 151 5/27/2025
3.0.2 152 5/26/2025
3.0.1.1 359 6/23/2024
3.0.1 144 6/21/2024
3.0.0 1,171 5/23/2023
2.6.6.1 1,507 8/16/2022
2.6.6 461 8/16/2022
2.6.5 884 8/16/2022
2.6.3 463 8/16/2022
2.6.2 458 8/16/2022
2.6.1 1,829 7/12/2022
2.6.0 2,758 7/12/2022
2.5.0 663 6/30/2022
2.3.6 509 6/21/2022
2.3.5 6,166 11/25/2021
2.3.4.1 3,456 10/7/2021
2.3.4 1,003 9/10/2021
2.3.3 483 9/10/2021
2.3.2 654 8/20/2021
2.3.1.1 415 8/20/2021
2.3.1 405 8/20/2021
2.3.0 420 8/20/2021
2.2.1 429 8/19/2021
2.2.0 1,072 8/16/2021
2.1.3.2 712 8/14/2021
2.1.3.1 457 8/14/2021
2.1.3 449 8/14/2021
2.1.2 459 8/14/2021
2.1.1 459 8/14/2021
2.1.0 463 8/14/2021
2.0.0 426 8/13/2021
1.3.0 1,250 4/23/2021
1.0.2 451 4/23/2021
1.0.1 7,001 12/14/2019
1.0.0 921 12/14/2019

添加扩展