blqw.Httpdoer 1.5.5.1

Suggested Alternatives

zijian666.HttpClientExtensions

dotnet add package blqw.Httpdoer --version 1.5.5.1
NuGet\Install-Package blqw.Httpdoer -Version 1.5.5.1
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="blqw.Httpdoer" Version="1.5.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add blqw.Httpdoer --version 1.5.5.1
#r "nuget: blqw.Httpdoer, 1.5.5.1"
#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.
// Install blqw.Httpdoer as a Cake Addin
#addin nuget:?package=blqw.Httpdoer&version=1.5.5.1

// Install blqw.Httpdoer as a Cake Tool
#tool nuget:?package=blqw.Httpdoer&version=1.5.5.1

HTTP 请求客户端

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on blqw.Httpdoer:

Package Downloads
blqw.Httpdoer.Extensions

Httpdoer 扩展组件

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.5.1 1,507 3/27/2017

HTTP 请求客户端,支持rest
     #### [1.5.0-beta]2016.10.21
     * 新增请求支持设置 `IWebProxy`
     #### [1.5.1]2016.10.27
     * 修复提交json数据时格式错误的问题
     #### [1.5.2]2016.11.04
     * 新增一些静态方法`Httpdoer.Get`等
     * 修复请求没有Path的Url时,会在结尾处加上`/`的问题
     * 优化当domain,path,query,对query参数合并的处理逻辑
     * 新增`ToString('q')`方法可以返回带参数的请求地址
     #### [1.5.3]2016.11.10
     * 修复`HttpContentType.ChangeCharset`方法返回值错误的问题
     * 优化当响应头的`Content-Type`中不存在`charset`属性时,从`Content-Encoding`中获取
     #### [1.5.3.1]2016.11.11
     * 修复`Body.ToString()`在某种情况下返回`null`的问题
     #### [1.5.4]2016.11.14
     * 优化默认头信息的插入时间
     * 优化`HttpMethod`,`Content-Type`等参数的默认值计算方式
     * 优化`Delete`,`Put`,`Patch`方式提交对`Content-Type`影响
     #### [1.5.4.1]2016.11.15
     * 修复同步模式下返回值有可能被截断的bug
     * 修复`ResponseRaw`有时候会抛出异常的bug
     #### [1.5.4.2]2016.11.17
     * 修复bug
     #### [1.5.4.4]2016.11.24
     * 更新nuget下载没有dll的问题
     * 更新ioc组件版本
     #### [1.5.4.6] 2016.11.30
     * 修复无法获取`IHttpBodyParser`的问题
     #### [1.5.4.8] 2017.01.11
     * 修复一个逻辑上的错误,多个`Httpdoer`不在共享一个日志对象,而是共享全局侦听器
     * 更新依赖组件
     #### [1.5.5.0-beta] 2017.01.18
     * 新增控制`Query`参数中数组和对象的名称解析方式的枚举`ArrayEncodeMode`和`ObjectEncodeMode`
     * `Query`中的枚举,默认可以控制`Content-Type=x-www-form-urlencoded`时,`Body`的序列化行为