pub trait UnixClientExt {
fn unix() -> Client<UnixConnector, Body> { ... }
}
Expand description
Extention trait for constructing a hyper HTTP client over a Unix domain socket.
pub trait UnixClientExt {
fn unix() -> Client<UnixConnector, Body> { ... }
}
Extention trait for constructing a hyper HTTP client over a Unix domain socket.