pub type BodyStream = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send>>;
A request body still arriving, as a stream of chunks.
pub struct BodyStream { /* private fields */ }