v0.11.5
版本发布时间: 2021-10-08 03:19:38
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
- Add
ClientBuilder::http1_only()
method. - Add
tls::Version
type, andClientBuilder::min_tls_version()
andClientBuilder::max_tls_version()
methods. - Implement
TryFrom<Request>
forhttp::Request
. - Implement
Clone
forIdentity
. - Fix
NO_PROXY
environment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and*
is allowed to match everything. - Fix redirection to respect
https_only
option. - (wasm) Add
Body::as_bytes()
method. - (wasm) Fix sometimes wrong conversation of bytes into a
JsValue
. - (wasm) Avoid dependency on serde-serialize feature.
New Contributors 😍
- @blyxxyz made their first contribution in https://github.com/seanmonstar/reqwest/pull/1294
- @Saruniks made their first contribution in https://github.com/seanmonstar/reqwest/pull/1296
- @dlesl made their first contribution in https://github.com/seanmonstar/reqwest/pull/1313
- @Dr-Emann made their first contribution in https://github.com/seanmonstar/reqwest/pull/1322
- @jmgilman made their first contribution in https://github.com/seanmonstar/reqwest/pull/1335
- @silvioprog made their first contribution in https://github.com/seanmonstar/reqwest/pull/1334
- @skystar-p made their first contribution in https://github.com/seanmonstar/reqwest/pull/1341
- @abatkin made their first contribution in https://github.com/seanmonstar/reqwest/pull/1332
- @VictorBulba made their first contribution in https://github.com/seanmonstar/reqwest/pull/1270