shouldNotHaveBody

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