Function wiremock::matchers::body_json_string
source · pub fn body_json_string(body: impl AsRef<[u8]>) -> BodyExactMatcherExpand description
Shorthand for BodyExactMatcher::json_string.
pub fn body_json_string(body: impl AsRef<[u8]>) -> BodyExactMatcherShorthand for BodyExactMatcher::json_string.