Function wiremock::matchers::body_bytes[][src]

pub fn body_bytes<T>(body: T) -> BodyExactMatcher where
    T: Into<Vec<u8>>, 

Shorthand for BodyExactMatcher::bytes.