Crate hyperlocal
source ·Expand description
hyperlocal
provides Hyper bindings
for Unix domain sockets.
See the examples for how to configure a client or a server.
§Features
-
Client- enables the client extension trait and connector. Enabled by default.
-
Server- enables the server extension trait. Enabled by default.
Structs§
- the
[UnixConnector]
can be used to construct a[hyper::Client]
which can speak to a unix domain socket. - Wrapper around
tokio::net::UnixStream
. - A convenience type that can be used to construct Unix Domain Socket URIs
Traits§
- Extension trait for constructing a hyper HTTP client over a Unix domain socket.
- Extension trait for provisioning a hyper HTTP server over a Unix domain socket.