8000 Tags · imroc/req · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: imroc/req

Tags
8000

v3.53.0

Toggle v3.53.0's commit message
update README: go 1.24+ is required

Signed-off-by: roc <roc@imroc.cc>

v3.52.2

Toggle v3.52.2's commit message
fix comment

Signed-off-by: roc <roc@imroc.cc>

v3.52.1

Toggle v3.52.1's commit message
Optimize digest auth

* Use transport middleware instead of client middleware to compatible
  with response auto unmarshal (SetSuccessResult / SetErrorResult).
* Support cache, no need to re-authenticate the same site.
* Deprecate request level digest auth.

Signed-off-by: roc <roc@imroc.cc>

v3.52.0

Toggle v3.52.0's commit message
use github.com/icholy/digest to impl digest auth

Signed-off-by: roc <roc@imroc.cc>

v3.51.0

Toggle v3.51.0's commit message
fix http3

Signed-off-by: roc <roc@imroc.cc>

v3.50.0

Toggle v3.50.0's commit message
Add LocalAddr field to TraceInfo.String()

v3.49.1

Toggle v3.49.1's commit message
Update golang.org/x/net to v0.33.0 (#409)

v3.49.0

Toggle v3.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #407 from rosahaj/update-impersonate-xxx

Update client.ImpersonateXXX methods

v3.48.0

Toggle v3.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #392 from rosahaj/master

Add client.SetMultipartBoundaryFunc and port Blink/WebKit/Firefox implementations

v3.47.0

Toggle v3.47.0's commit message
Add global wrapper for Request.SetOrderedFormData

0