[][src]Module izanami::server

A lightweight implementation of HTTP server based on Hyper.

Modules

conn

Abstraction around low-level I/O.

Structs

CurrentThread

A Backend indicating that the server uses the single-threaded Tokio runtime.

RequestBody

A struct that represents the stream of chunks from client.

Server

A simple HTTP server that wraps the hyper's server implementation.

Threadpool

A Backend indicating that the server uses the default Tokio runtime.

Traits

Backend

A trait for abstracting the process around executing the HTTP server.