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 246 5/28/2025
3.1.1 225 5/28/2025
3.1.0 207 5/28/2025
3.0.3 216 5/27/2025
3.0.2.2 205 5/27/2025
3.0.2.1 229 5/27/2025
3.0.2 228 5/26/2025
3.0.1.1 482 6/23/2024
3.0.1 218 6/21/2024
3.0.0 1,517 5/23/2023
2.6.6.1 1,750 8/16/2022
2.6.6 561 8/16/2022
2.6.5 1,013 8/16/2022
2.6.3 551 8/16/2022
2.6.2 562 8/16/2022
2.6.1 2,067 7/12/2022
2.6.0 3,035 7/12/2022
2.5.0 774 6/30/2022
2.3.6 615 6/21/2022
2.3.5 6,590 11/25/2021
Loading failed

添加扩展