v0.11.10
版本发布时间: 2022-03-15 02:55:30
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Add
Error::url()
to access the URL of an error. - Add
Response::extensions()
to access thehttp::Extensions
of a response. - Fix
rustls-native-certs
to log an error instead of panicking when loading an invalid system certificate. - Fix passing Basic Authorization header to proxies.
New Contributors
- @nikstur made their first contribution in https://github.com/seanmonstar/reqwest/pull/1448
- @ecclarke42 made their first contribution in https://github.com/seanmonstar/reqwest/pull/1442
- @TjeuKayim made their first contribution in https://github.com/seanmonstar/reqwest/pull/1316
- @kraktus made their first contribution in https://github.com/seanmonstar/reqwest/pull/1456
- @edmorley made their first contribution in https://github.com/seanmonstar/reqwest/pull/1482
- @ViddeM made their first contribution in https://github.com/seanmonstar/reqwest/pull/1480
- @nihaals made their first contribution in https://github.com/seanmonstar/reqwest/pull/1490
- @biluohc made their first contribution in https://github.com/seanmonstar/reqwest/pull/1491