suspend fun HttpClientRequest.pipeToAwait(dst: WriteStream<HttpClientResponse>): Unit
Suspending version of method io.vertx.core.http.HttpClientRequest.pipeTo
the destination write stream
NOTE: This function has been automatically generated from io.vertx.core.http.HttpClientRequest using Vert.x codegen.