vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpClientResponse

Extensions for io.vertx.core.http.HttpClientResponse

bodyAwait

suspend fun HttpClientResponse.bodyAwait(): Buffer

Suspending version of method io.vertx.core.http.HttpClientResponse.body

pipeToAwait

suspend fun HttpClientResponse.pipeToAwait(dst: WriteStream<Buffer>): Unit

Suspending version of method io.vertx.core.http.HttpClientResponse.pipeTo