Expand description
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
A type erased http body.
Traits
A trait alias for http_body::Body
.