Skip to content

2.2.0.0

Latest
Compare
Choose a tag to compare
@iccfish iccfish released this 15 Aug 18:52
· 50 commits to master since this release
  • 响应内容增加 RawStringResult、RawBinaryData、RawStream 属性
  • 增加统一的处理接口,就算响应为40x处理错误,也可以获得对应的JSON返回错误
  • HttpContext 增加扩展函数 SetAcceptJson、SetAcceptXml、RequestRange
  • HttpContext 增加 PreviewResponseHeader、ValidateResponseHeader、ResponseContentObjectIntialized 事件
  • HttpResponseContent 增加 PreContentProcessed、PostContentProcessed 事件
  • 去除 TypeInit,所有依赖扩展包将要求手动加载
  • 修正Post 函数默认ContentType为FormData的BUG
  • 删除 HttpContext 的 Acquire* 函数