Sourced from reqwest's releases.
v0.12.28
What's Changed
- fix: correctly import TokioIo on Windows by
@seanmonstarin seanmonstar/reqwest#2896Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.27...v0.12.28
v0.12.27
tl;dr
- Add
ClientBuilder::windows_named_pipe(name)option that will force all requests over that Windows Named Pipe.What's Changed
- chore: Disable unused tokio-util codec feature by
@tottotoin seanmonstar/reqwest#2893- chore: Use http_body_util::BodyDataStream by
@tottotoin seanmonstar/reqwest#2892- feat: add windows_named_pipe() option to client builder by
@seanmonstarin seanmonstar/reqwest#2789Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.26...v0.12.27
Sourced from reqwest's changelog.
v0.12.28
- Fix compiling on Windows if TLS and SOCKS features are not enabled.
v0.12.27
- Add
ClientBuilder::windows_named_pipe(name)option that will force all requests over that Windows Named Piper.
d978599
v0.12.28ef2768a
fix: correctly import TokioIo on Windows (#2896)1bf6441
v0.12.274967b1b
feat: add windows_named_pipe() option to client builder (#2789)ef5b239
chore: Use http_body_util::BodyDataStream (#2892)a810004
chore: Disable unused tokio-util codec feature (#2893)