Module tonic::body [−][src]
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 |