Function warp::filters::body::body

source ยท
pub(crate) fn body() -> impl Filter<Extract = (Body,), Error = Rejection> + Copy