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

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

Shorthand for BodyExactMatcher::bytes.