http_unix_client
Async HTTP client over Unix domain sockets – lightweight, fast, and built on [
hyper].
unix_http_client is an asynchronous HTTP client for communicating with local HTTP servers over Unix domain sockets.
Inspired by the [reqwest] API, but tailored for inter-process communication (IPC) on Unix-based systems.
🌀 Currently async-only — blocking support like
reqwest::blockingis not yet implemented.
🚀 Example
use Client;
async
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.