v0.11.11
版本发布时间: 2022-06-14 04:56:23
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Add HTTP/2 keep-alive configuration methods on
ClientBuilder
. - Add
ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses()
. - Add
impl Service<Request>
forClient
and&'_ Client
. - (wasm) Add
RequestBuilder::basic_auth()
. - Fix
RequestBuilder::header
to not overridesensitive
if user explicitly set on aHeaderValue
. - Fix rustls parsing of elliptic curve private keys.
- Fix Proxy URL parsing of some invalid targets.
New Contributors
- @jqnatividad made their first contribution in https://github.com/seanmonstar/reqwest/pull/1509
- @MisileLab made their first contribution in https://github.com/seanmonstar/reqwest/pull/1527
- @flavio made their first contribution in https://github.com/seanmonstar/reqwest/pull/1526
- @eyalsatori made their first contribution in https://github.com/seanmonstar/reqwest/pull/1523
- @Mathspy made their first contribution in https://github.com/seanmonstar/reqwest/pull/1420
- @cuishuang made their first contribution in https://github.com/seanmonstar/reqwest/pull/1531
- @Coding-Badly made their first contribution in https://github.com/seanmonstar/reqwest/pull/1539
- @Osteoporosis made their first contribution in https://github.com/seanmonstar/reqwest/pull/1543
- @neoeinstein made their first contribution in https://github.com/seanmonstar/reqwest/pull/1556