pub fn body_iter_bytes<B: Into<Bytes> + 'static, I: IntoIterator<Item = Result<B, Error>>>(
    chunks: I
) -> Bodywhere
    <I as IntoIterator>::IntoIter: Send + 'static,