Function wiremock::matchers::body_bytes

source ·
pub fn body_bytes<T>(body: T) -> BodyExactMatcherwhere
    T: Into<Vec<u8>>,
Expand description

Shorthand for BodyExactMatcher::bytes.