We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update go modules, support quic-go v0.40.1
Fix retry in SetFileBytes (imroc#300)
fix SetTLSFingerprintXXX does not take effect in subsequent requests(i… …mroc#290)
feat: Add OnError to Client Support the error hook, which will be executed if any error will be returned
Merge pull request imroc#280 from nange/fix/utls Fix RootCAs setting when using utls
Update dependencies
Fix FLOW_CONTROL_ERROR in ImpersonateXXX (imroc#275)
Fix COMPRESSION_ERROR in ImpersonateXXX (imroc#275)
Fix http3 in go1.21(imroc#274)
Support http digest calculation that does not follow the rfc specific… …ation