Skip to content

GoRequest v1.0.1 (2022-02-19)

Latest
Compare
Choose a tag to compare
@wklken wklken released this 19 Feb 16:07
9119861

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