Function wiremock::matchers::body_string[][src]

pub fn body_string<T>(body: T) -> BodyExactMatcher where
    T: Into<String>, 
Expand description

Shorthand for BodyExactMatcher::string.