Skip to content

GoRequest v1.0.0 (2022-01-19)

Compare
Choose a tag to compare
@wklken wklken released this 18 Jan 16:36
· 21 commits to master since this release
1d6ab0c

this is a fork of https://github.com/parnurzeal/gorequest. first release.

GoRequest v1.0.0 (2022-01-19)

BUGFIXES

  • send {}: #6
  • converting query keys to lower case: #7
  • query with int64 will lose accuracy: #8
  • HTTP Get not set s.TargetType to "json" #11
  • fix retry if errors: #13

ENHANCEMENTS

  • add: wrap the EndStruct error if json decode fail: #9
  • add docs, string bytes conv: #10
  • add context support: #12
  • add: SetHeaders: #14

OTHERS

  • upgrade go to 1.16
  • add go mod support