V1.1.7
- ApiReturnAttribute增加可重写的IsSuccessStatusCode方法;
- HttpHostAttribute修改为可继承,HttpMethodAttribute不再是抽象类;
- 增加ConcurrentCache类型,HttpApiClient.Create变化为线程安全方法;
- 增加UrlEncodedContent类型,HttpApiRequestMessage.AddFormFieldAsync性能提高;
- 增加HeadersAttribute特性,可添加多个请求Header;