Http请求封装,用于WebService请求及结果解析,Fluent风格,自动反序列化Json文本到对象.
Info
Version: | 1.1.0 |
Author(s): | ArtOfSoul |
Last Update: | Friday, October 12, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Aos.Standard.FluentHttpRequest |
Install
Install-Package Aos.Standard.FluentHttpRequest
dotnet add package Aos.Standard.FluentHttpRequest
paket add Aos.Standard.FluentHttpRequest
Aos.Standard.FluentHttpRequest Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)
- System.Net.Http(>= 4.3.4)
- System.Runtime.Caching(>= 4.5.0)