Function wiremock::matchers::body_string

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

Shorthand for BodyExactMatcher::string.