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 @tottoto in #2893
- chore: Use http_body_util::BodyDataStream by @tottoto in #2892
- feat: add windows_named_pipe() option to client builder by @seanmonstar in #2789
Full Changelog: v0.12.26...v0.12.27