| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-13 | 647 Bytes | |
| v3.61.0 Release source code.tar.gz | 2026-08-13 | 483.8 kB | |
| v3.61.0 Release source code.zip | 2026-08-13 | 562.7 kB | |
| Totals: 3 Items | 1.0 MB | 3 | |
New Features
- Add
Client.SetResolverandClient.SetHostsfor custom DNS on HTTP/1 and HTTP/2 — customnet.Resolveror static hosts-file-style hostname→IP mapping, with fail-closed behavior for unknown hosts. Closes [#169]. PR [#516] by @ManuelReschke. - Expose
RetryOptionfor middleware read access — addsRequest.GetRetryOption()so middleware can read the live retry config (MaxRetries, interval, conditions, hooks). Closes [#475]. PR [#515] by @ManuelReschke.
Dependencies
- github.com/klauspost/compress v1.19.1 → v1.19.2
- golang.org/x/text v0.40.0 → v0.41.0
- golang.org/x/crypto v0.54.0 → v0.55.0