Module hyperlocal::server[][src]

Hyper server bindings for unix domain sockets

Structs

Connecting

A future building a new Service to a Connection.

Http

A lower-level method of creating a unix domain socket server.

Incoming

A stream of unix domain socket connections.

Serve

A stream mapping incoming connections to new services.

Server

An instance of a unix domain socket server created through Server::bind.