Req Versions Save

Simple Go HTTP client with Black Magic

v3.43.7

19 hours ago
  • fix digest auth parse (#359)

v3.43.6

3 days ago
  • fix: header cleanup(#355)
  • add SetContextData and GetContextData(#358)

v3.43.5

2 weeks ago
  • fix: avoid repeated append cookies when retry (#353)

v3.43.4

3 weeks ago
  • prevent successful requests from invalid host

v3.43.3

1 month ago
  • Allow logger creation from an existing standard logger (#345 )

v3.43.2

1 month ago
  • fix: Cancel retry if the request failed due to a canceled context (#339)
  • allow RetryCondition and RetryHook wrap the original error (#340)
  • fix: use correct context for dial (#341)

v3.43.1

2 months ago
  • fix DisableForceMultipart (#333)

v3.43.0

2 months ago
  • upgrade go modules
  • merge upstream quic-go
  • merge upstream net/http
  • merge upstream x/net/http2

v3.42.3

4 months ago
  • update go modules, support quic-go v0.40.1

v3.42.2

6 months ago
  • Fix retry in SetFileBytes (#300)