Releases: imroc/req
Releases · imroc/req
v3.24.1 Release
- Still return body when Response.ToBytes() got an error.
v3.24.0 Release
- Support Parallel Download.
v3.23.0 Release
v3.22.1 Release
- Optimize debug log level when cannot determine the unmarshal function
v3.22.0 Release
- Support change the client of request dynamically (examples: Automatically Change IP When Request Fails)
v3.21.1 Release
- Add EnableForceMultipart/DisableForceMultipart for Request.
v3.21.0 Release
- Not use chunked encoding by default when uploading (#160)
- Support
EnableForceChunkedEncoding
andDisableForceChunkedEncoding
on Request.
v3.20.1 Release
- Fix data race (#159)
v3.20.0 Release
- Support h2c.
v3.19.2 Release
- Fix concurrent map in Client.Clone() when high concurrency (#157).
- Fix no Host in URL when SetScheme invoked.