Skip to content

V1.1.7

Choose a tag to compare

@xljiulang xljiulang released this 23 Mar 13:10
· 1601 commits to master since this release
  • ApiReturnAttribute增加可重写的IsSuccessStatusCode方法;
  • HttpHostAttribute修改为可继承,HttpMethodAttribute不再是抽象类;
  • 增加ConcurrentCache类型,HttpApiClient.Create变化为线程安全方法;
  • 增加UrlEncodedContent类型,HttpApiRequestMessage.AddFormFieldAsync性能提高;
  • 增加HeadersAttribute特性,可添加多个请求Header;