Add since to WebClient.ResponseSpec.awaitBodyOrNull()
See gh-26755
This commit is contained in:
parent
58e40d1aa2
commit
aec151e014
|
@ -148,6 +148,7 @@ suspend inline fun <reified T : Any> WebClient.ResponseSpec.awaitBody() : T =
|
|||
* Coroutines variant of [WebClient.ResponseSpec.bodyToMono].
|
||||
*
|
||||
* @author Valentin Shakhov
|
||||
* @since 5.3.6
|
||||
*/
|
||||
suspend inline fun <reified T : Any> WebClient.ResponseSpec.awaitBodyOrNull() : T? =
|
||||
when (T::class) {
|
||||
|
|
Loading…
Reference in New Issue