HttpClient78 0.0.8404.18

dotnet add package HttpClient78 --version 0.0.8404.18
                    
NuGet\Install-Package HttpClient78 -Version 0.0.8404.18
                    
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="HttpClient78" Version="0.0.8404.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HttpClient78" Version="0.0.8404.18" />
                    
Directory.Packages.props
<PackageReference Include="HttpClient78" />
                    
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 HttpClient78 --version 0.0.8404.18
                    
#r "nuget: HttpClient78, 0.0.8404.18"
                    
#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 HttpClient78@0.0.8404.18
                    
#: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=HttpClient78&version=0.0.8404.18
                    
Install as a Cake Addin
#tool nuget:?package=HttpClient78&version=0.0.8404.18
                    
Install as a Cake Tool

<h1 align="center">HttpClient78</h1> <div align="center">

「HttpClient78」封装HttpClient,方便调用。

License Build Status QQ群

</div>

API文档地址:http://www.778878.net/docs/#/HttpClient78/

反馈qq群(点击加群):323397913

简介 introduction

  1. 简单封装HttpClient 减少学习成本
  2. 支持数种不同的返回值

适用端 apply

use for .net6.0 project

安装 rely on

nuget 安装 HttpClient78

属性 props

详见API文档地址

方法 method

详见API文档地址

DEMO

//更多示例 详见文档链接
using www778878net.Net;

public async void GetToStringTest()
{
	Uri uri = new("http://net.778878.net/apinet/services/Services78/test");
	var tmp = await HttpClient78.Client78.GetToString(uri);
	string? getback = tmp!.Content;
 
	 
}

OTHER

https://github.com/www778878net/HttpClient78.git you can see Test78/

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.8404.18 456 1/4/2023
0.0.8404.10 412 1/4/2023
0.0.8356.2 465 11/17/2022
0.0.8325.49 513 10/17/2022
0.0.8324.39 484 10/16/2022
0.0.8324.32 505 10/16/2022