Module aitch::servers::hyper[][src]

Provides a hyper server, which can serve a handler.

This module provides Server, which is a hyper server which uses a Handler to respond to incoming HTTP requests.

See the documentation of Server for more detail.

Structs

Server

A hyper server, which can serve a handler.

Traits

ServeFunc