Module tsukuyomi::server[][src]

The implementation of low level HTTP server.

Modules

transport

The implementation of I/O components.

Structs

Builder

A builder for constructing a Server.

Io

An asynchronous IO which represents a TCP/UDS stream connected to peer.

Server

An HTTP server.

Traits

ServiceUpgradeExt

A trait for extending Service by adding some methods and associated types required by the protocol upgrade.