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

A convenience type that can be used to construct Unix Domain Socket URIs