pub trait HttpBody: Body<Data = Bytes, Error = Error> + Send { }
Represents the supported HTTP body trait from middleware integrations.