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