Skip to content

Releases: wklken/gorequest

GoRequest v1.0.1 (2022-02-19)

19 Feb 16:07
9119861
Compare
Choose a tag to compare

BUGFIXES

  • forceType not working while it's only be changed in getResponseBytes #25

ENHANCEMENTS

  • add: UserAgent(), set user-agent by s.UserAgent("") #20
  • add: Stats, collecte statistics for SuperAgent request #21
  • add: DisableCompression() #22
  • add: Mock() support HTTP mocking #23
  • add: Timeouts() support http client timeout details #27
  • enable custom Content-Type for SendFile #26

OTHERS

  • upgrade safeModifyTransport() copy transport to support go 1.16 #24

GoRequest v1.0.0 (2022-01-19)

18 Jan 16:36
1d6ab0c
Compare
Choose a tag to compare

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