Releases: iccfish/fslib.network
Releases · iccfish/fslib.network
2.2.0.0
- 响应内容增加 RawStringResult、RawBinaryData、RawStream 属性
- 增加统一的处理接口,就算响应为40x处理错误,也可以获得对应的JSON返回错误
- HttpContext 增加扩展函数 SetAcceptJson、SetAcceptXml、RequestRange
- HttpContext 增加 PreviewResponseHeader、ValidateResponseHeader、ResponseContentObjectIntialized 事件
- HttpResponseContent 增加 PreContentProcessed、PostContentProcessed 事件
- 去除 TypeInit,所有依赖扩展包将要求手动加载
- 修正Post 函数默认ContentType为FormData的BUG
- 删除 HttpContext 的 Acquire* 函数