v0.11.7
版本发布时间: 2021-12-01 02:13:38
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
- Add
blocking::ClientBuilder::resolve()
option, matching the async builder. - Implement
From<tokio::fs::File>
forBody
. - Fix
blocking
request-scoped timeout applying to bodies as well. - (wasm) Fix request bodies using multipart vs formdata.
- Update internal
rustls
to 0.20.
New Contributors ❤️
- @jeschkies made their first contribution in https://github.com/seanmonstar/reqwest/pull/1362
- @niuhuan made their first contribution in https://github.com/seanmonstar/reqwest/pull/1384
- @BiagioFesta made their first contribution in https://github.com/seanmonstar/reqwest/pull/1388