[][src]Function vicuna::middleware::body

pub fn body<E: 'static, B>(body: B) -> Middleware<E> where
    B: Into<Body> + Copy + 'static, 

Alters the body of the response.