Module axum::body[][src]

Expand description

HTTP body utilities.

Structs

A stream of Bytes, used when receiving bodies.

A boxed error trait object that implements std::error::Error.

Functions

Convert a http_body::Body into a BoxBody.

Type Definitions

A boxed Body trait object.