spring-framework / org.springframework.test.web.reactive.server / ExchangeResult / getResponseBodyContent

getResponseBodyContent

@Nullable open fun getResponseBodyContent(): ByteArray

Return the raw request body content written as a byte[].

Exceptions

IllegalStateException - if the response is not fully read yet.