vertx / io.vertx.kotlin.core.http / io.vertx.core.http.HttpClientRequest / pipeToAwait

pipeToAwait

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

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

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.core.http.HttpClientRequest using Vert.x codegen.