pub fn split_body<F>(f: F) -> SplitExpressionwhere F: Fn(&Body) -> Vec<Body> + Send + Sync + 'static,
Split the exchange body using a custom function that operates on the body.