| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-22 | 590 Bytes | |
| v0.12.27 source code.tar.gz | 2025-12-22 | 246.9 kB | |
| v0.12.27 source code.zip | 2025-12-22 | 293.2 kB | |
| Totals: 3 Items | 540.6 kB | 0 | |
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 https://github.com/seanmonstar/reqwest/pull/2893
- chore: Use http_body_util::BodyDataStream by @tottoto in https://github.com/seanmonstar/reqwest/pull/2892
- feat: add windows_named_pipe() option to client builder by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2789
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.26...v0.12.27