bodyAsFlow

fun <T> HttpResponse<Flow.Publisher<T>>.bodyAsFlow(): Flow<T>

Converts the body of this HTTP response into a Flow.

Return

The body of the HTTP response as a Flow.