Skip to content

Tags: CrazyForks/req

Tags

v3.42.3

Toggle v3.42.3's commit message
update go modules, support quic-go v0.40.1

v3.42.2

Toggle v3.42.2's commit message
Fix retry in SetFileBytes (imroc#300)

v3.42.1

Toggle v3.42.1's commit message
fix SetTLSFingerprintXXX does not take effect in subsequent requests(i…

…mroc#290)

v3.42.0

Toggle v3.42.0's commit message
feat: Add OnError to Client

Support the error hook, which will be executed if any error will be returned

v3.41.12

Toggle v3.41.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request imroc#280 from nange/fix/utls

Fix RootCAs setting when using utls

v3.41.11

Toggle v3.41.11's commit message
Update dependencies

v3.41.10

Toggle v3.41.10's commit message
Fix FLOW_CONTROL_ERROR in ImpersonateXXX (imroc#275)

v3.41.9

Toggle v3.41.9's commit message
Fix COMPRESSION_ERROR in ImpersonateXXX (imroc#275)

v3.41.8

Toggle v3.41.8's commit message
Fix http3 in go1.21(imroc#274)

v3.41.7

Toggle v3.41.7's commit message
Support http digest calculation that does not follow the rfc specific…

…ation