Expand description
hyperlocal provides Hyper bindings
for Unix domain sockets.
See the UnixClientExt docs for
how to configure clients.
See the
UnixServerExt docs for how to
configure servers.
The UnixConnector can be used in the hyper::Client builder
interface, if required.
§Features
-
Client- enables the client extension trait and connector. Enabled by default.
-
Server- enables the server extension trait. Enabled by default.
Structs§
- Socket
Incoming - A stream of connections from binding to a socket.
- Unix
Connector - the
[UnixConnector]can be used to construct a[hyper::Client]which can speak to a unix domain socket. - Uri
- A convenience type that can be used to construct Unix Domain Socket URIs
Traits§
- Unix
Client Ext - Extention trait for constructing a hyper HTTP client over a Unix domain socket.
- Unix
Server Ext - Extension trait for provisioning a hyper HTTP server over a Unix domain socket.