Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-10 | 1.2 kB | |
v0.12.20 source code.tar.gz | 2025-06-10 | 241.0 kB | |
v0.12.20 source code.zip | 2025-06-10 | 284.7 kB | |
Totals: 3 Items | 526.9 kB | 0 |
Highlights
- Add
ClientBuilder::tcp_user_timeout(Duration)
option to setTCP_USER_TIMEOUT
. - Fix proxy headers only using the first matched proxy.
- (wasm) Fix re-adding
Error::is_status()
.
What's Changed
- fix(client): apply authorization header to first matching proxy only by @0x676e67 in https://github.com/seanmonstar/reqwest/pull/2714
- wasm: re-add Error::is_status() by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2720
- properly match error variants in test by @Ruben2424 in https://github.com/seanmonstar/reqwest/pull/2721
- refactor: reduce size of Pending request future by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2725
- feat: add tcp_user_timeout builder option by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2724
- refactor: use hyper-util Socks connectors by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2726
- Remove some unused dependencies by @DaniPopes in https://github.com/seanmonstar/reqwest/pull/2716
New Contributors
- @DaniPopes made their first contribution in https://github.com/seanmonstar/reqwest/pull/2716
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20