resty v3.0.0-alpha.5 版本更新介绍
发布日期: 2024-12-31
版本号: v3.0.0-alpha.5
Resty框架文档正在完善中(目前可参考测试用例了解用法)。最新版本新增两项功能:一是支持自动从Content-Disposition响应头或URL路径解析文件名(由@jeevatkm通过PR#932实现,对应issue#926);二是新增请求重定向历史记录功能(由@jeevatkm通过PR#933实现,对应issue#295)。
更新内容 (中文)
注意: 文档编写工作正在进行中(https://resty.dev),请参考测试用例了解用法
- feat:自动从 content-disposition 或 URL 解析文件名 #926,由 @jeevatkm 在 https://github.com/go-resty/resty/pull/932 提交
- feat:新增重定向历史功能 #295,由 @jeevatkm 在 https://github.com/go-resty/resty/pull/933 提交
更新内容 (原始)
NOTE: Documentation work is in progress (https://resty.dev), so refer to test cases for usage.
- feat: auto parse filename from content-disposition or URL #926 by @jeevatkm in https://github.com/go-resty/resty/pull/932
- feat: add redirect history feature #295 by @jeevatkm in https://github.com/go-resty/resty/pull/933