Trait HttpBody

Source
pub trait HttpBody: Body<Data = Bytes, Error = Error> + Send { }
Expand description

Represents the supported HTTP body trait from middleware integrations.

Implementors§