Skip to content

Tags: imroc/req

Tags

v3.57.0

Toggle v3.57.0's commit message
port quic-go v0.57.1

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

v3.56.0

Toggle v3.56.0's commit message
update ci: remove go1.23, add go1.25

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

v3.55.0

Toggle v3.55.0's commit message
go test ./...

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

v3.54.2

Toggle v3.54.2's commit message
Replace go-multierror with errors.Join (#458)

v3.54.1

Toggle v3.54.1's commit message
Fix data race condition in the Alt-Svc cache

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

v3.54.0

Toggle v3.54.0's commit message
fix warnings: replace interface{} with any

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

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>