sreq v0.7.5 Release Notes
Release Date: 2019-12-14 // over 2 years ago-
🚀 Release Notes
👌 Improvements
- Response_Versose api now will output tips if the HTTP request body is a stream
🐛 Bug Fixes
- 🛠 Fixed retry not work with request body
- 🛠 Fixed
sreq.SetMultipart
api not check if form is nil or not
Previous changes from v0.7.0
-
🚀 Release Notes
✨ Enhancements
- ➕ Added
sreq.H
data type and Response_H api, make it easy to access JSON response
👌 Improvements
- ⚡️ Optimize request retry logic
- ⚡️ Update godoc
🐛 Bug Fixes
- 🛠 Fixed
sreq.Values
andsreq.Headers
not ignore unspported data type
- ➕ Added