| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-08 | 1.7 kB | |
| v0.12.25 source code.tar.gz | 2025-12-08 | 246.1 kB | |
| v0.12.25 source code.zip | 2025-12-08 | 292.5 kB | |
| Totals: 3 Items | 540.3 kB | 2 | |
Highlights
- Add
Error::is_upgrade()to determine if the error was from an HTTP upgrade. - Fix sending
Proxy-Authorizationif only username is configured. - Fix sending
Proxy-Authorizationto HTTPS proxies when the target is HTTP. - Refactor internal decompression handling to use tower-http.
What's Changed
- tests: fix wasm timeout test with uncached response by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2853
- docs: document connection pooling behavior by @vinzmyko in https://github.com/seanmonstar/reqwest/pull/2851
- docs: document WASM client by @vinzmyko in https://github.com/seanmonstar/reqwest/pull/2859
- chore: minor improvement for docs by @black5box in https://github.com/seanmonstar/reqwest/pull/2862
- fix: send
proxy-authorizationeven with emptypasswordby @barjin in https://github.com/seanmonstar/reqwest/pull/2868 - feat(error): add
is_upgrademethod to detect protocol upgrade errors by @0x676e67 in https://github.com/seanmonstar/reqwest/pull/2822 - Use decompression from tower-http by @ducaale in https://github.com/seanmonstar/reqwest/pull/2840
- fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targets by @0x676e67 in https://github.com/seanmonstar/reqwest/pull/2872
- v0.12.25 by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2880
New Contributors
- @vinzmyko made their first contribution in https://github.com/seanmonstar/reqwest/pull/2851
- @black5box made their first contribution in https://github.com/seanmonstar/reqwest/pull/2862
- @barjin made their first contribution in https://github.com/seanmonstar/reqwest/pull/2868
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.24...v0.12.25