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

getRequestBodyContent

@Nullable open fun getRequestBodyContent(): ByteArray

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

Exceptions

IllegalStateException - if the request body is not fully written yet.