Module hyperlocal::server[][src]

Hyper server bindings for unix domain sockets

Structs

Http

A type that provides a factory interface for creating unix socket based Servers

Server

An instance of a server created through Http::bind. This structure is used to create instances of Servers to spawn off tasks which handle a connection to an HTTP server.