pub fn boxed_body<B>(body: B) -> BoxBodywhere B: Body<Data = Bytes, Error = Error> + Send + Sync + 'static,
Convert an incoming body to our BoxBody type.