awaitExchangeOrNull
suspend fun <T : Any> WebClient.RequestHeadersSpec<out WebClient.RequestHeadersSpec<*>>.awaitExchangeOrNull(responseHandler: suspend (ClientResponse) -> T?): T?
Variant of WebClient.RequestHeadersSpec.awaitExchange that allows a nullable return
Since
5.3.8