Function wiremock::matchers::body_json

source ·
pub fn body_json<T>(body: T) -> BodyExactMatcher
where T: Serialize,
Expand description

Shorthand for BodyExactMatcher::json.