bodyToFlow

inline fun <T : Any> ClientResponse.bodyToFlow(): Flow<T>

Coroutines kotlinx.coroutines.flow.Flow based variant of ClientResponse.bodyToFlux.

Author

Sebastien Deleuze

Since

5.2


KClass coroutines kotlinx.coroutines.flow.Flow based variant of ClientResponse.bodyToFlux. Please consider bodyToFlow<Foo> variant if possible.

Author

Igor Manushin

Since

5.3


Coroutines kotlinx.coroutines.flow.Flow based variant of WebClient.ResponseSpec.bodyToFlux.

Author

Sebastien Deleuze

Since

5.2