Module aitch::servers::tiny_http[][src]

Provides a tiny_http server, which can serve a handler.

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

See the documentation of Server for more detail.

Structs

Server

A tiny_http server, which can serve a handler.