shouldHaveBody

infix fun HttpMessage.shouldHaveBody(expected: Matcher<Body>)
@JvmName(name = "shouldHaveBodyNullableStringMatcher")
infix fun HttpMessage.shouldHaveBody(expected: Matcher<String?>)
@JvmName(name = "shouldHaveBodyStringMatcher")
infix fun HttpMessage.shouldHaveBody(expected: Matcher<String>)
infix fun HttpMessage.shouldHaveBody(expected: String)
infix fun HttpMessage.shouldHaveBody(expected: Regex)
fun <T> HttpMessage.shouldHaveBody(lens: BodyLens<T>, matcher: Matcher<T>)