sreq v0.7.5 Release Notes
Release Date: 2019-12-14 // almost 4 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