[][src]Module tonic::body

HTTP specific body utilities.

This module contains traits and helper types to work with http bodies. Most of the types in this module are based around http_body::Body.

Structs

BoxBody

A type erased http body.

Traits

Body

A trait alias for http_body::Body.