resty v3.0.0-alpha.9 版本更新介绍
发布日期: 2025-01-14
版本号: v3.0.0-alpha.9
Resty库近期新增两项功能:一是通过#951号PR由@jeevatkm贡献的SetContentType辅助方法,用于简化请求内容类型设置;二是通过#950号PR引入gzip对象池机制,优化了gzip读取器的资源复用能力。开发者可结合官方文档(https://resty.dev)、Godoc文档及测试用例进行功能参考与集成。
更新内容 (中文)
注意: 文档地址 https://resty.dev,目前也可通过 godoc 和测试用例查阅
- 特性(增强): 新增 SetContentType 辅助方法 by @jeevatkm in https://github.com/go-resty/resty/pull/951
- 特性: 新增 gzip 池以便重用读取器 by @jeevatkm in https://github.com/go-resty/resty/pull/950
更新内容 (原始)
NOTE: Documentation https://resty.dev, also use godoc and test cases for the time being.
- feat(enhancement): add SetContentType helper method by @jeevatkm in https://github.com/go-resty/resty/pull/951
- feat: add gzip pool to reuse the reader by @jeevatkm in https://github.com/go-resty/resty/pull/950