[][src]Module izanami::h1

HTTP/1 connection.

Structs

Data

A chunk of bytes received from the client.

H1

A builder for configuration H1 connections.

H1Connection

A Connection that serves an HTTP/1 connection.

RequestBody

The message body of an incoming HTTP request.

Type Definitions

H1Request

Type alias of http::Request<T> passed by H1Connection.