bytes

fun bytes(value: ByteArray)(source)

Matches the raw request body bytes exactly.


fun bytes(predicate: (ByteArray?) -> Boolean)(source)

Matches the raw request body bytes using predicate.


fun bytes(matcher: Matcher<ByteArray?>)(source)

Matches the raw request body bytes using a Kotest Matcher.