Function wiremock::matchers::body_string

source ·
pub fn body_string<T>(body: T) -> BodyExactMatcherwhere
    T: Into<String>,
Expand description

Shorthand for BodyExactMatcher::string.