pub fn buf_request_to_body_request(
    req: HyperRequest<impl Buf + Send + 'static>
) -> HyperRequest<Body>