[][src]Module izanami_http::body

request/response bodies.

Structs

Body

An implementation of HttpBody for general purpose.

Data

A chunk of bytes produced by ResponseBody.

Error

The type of error values caused by Body.

IntoBufStream

A wrapper for HttpBody for lifting the instance into a BufStream.

Traits

HttpBody

A trait that abstracts HTTP request/response bodies.

HttpBodyExt

An extension trait for adding some adaptor methods to HttpBodys.