v0.12.0
版本发布时间: 2024-03-20 23:54:28
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Upgrade to
hyper
,http
, andhttp-body
v1. - Add better support for converting to and from
http::Request
andhttp::Response
. - Add
http2
optional cargo feature, default on. - Add
charset
optional cargo feature, default on. - Add
macos-system-configuration
cargo feature, default on. - Change all optional dependencies to no longer be exposed as implicit features.
- Add
ClientBuilder::interface(str)
to specify the local interface to bind to. - Experimental: disables the
http3
feature temporarily.
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.0