pub type RequestBodyStream = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send + 'static>>;
Boxed streaming producer of request body chunks.
pub struct RequestBodyStream { /* private fields */ }