Skip to content

Releases: imroc/req

v3.9.4 Release

21 Mar 06:27
Compare
Choose a tag to compare
  • update go.mod: require go1.15

v3.9.3 Release

10 Mar 13:12
Compare
Choose a tag to compare
  • Refactor a lot of tests.
  • Reuse dump.Output if missing in Client.SetCommonDumpOptions.
  • SetFile support retry.

v3.9.2 Release

09 Mar 03:47
Compare
Choose a tag to compare
  • Support update request in retry hook (#98)
  • Refactor tests.

v3.9.1 Release

08 Mar 09:03
9336939
Compare
Choose a tag to compare
  • Fix miss executing ResponseMiddlewares (#97)

v3.9.0 Release

07 Mar 13:28
Compare
Choose a tag to compare

v3.8.2 Release

01 Mar 11:50
Compare
Choose a tag to compare
  • Fix typo (#95).
  • Set ContentLength and guess ContentType if body is in-memory []byte.
  • Use variadic parameter in SetFileUpload.
  • Improve doc: Quick API Reference.

v3.8.1 Release

28 Feb 02:50
Compare
Choose a tag to compare
  • Try sniff and auto-decode when Content-Type is malformed.

v3.8.0 Release

26 Feb 15:15
Compare
Choose a tag to compare
  • Expose http.Client, so req can work with gock or httpmock (#93)