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

pipeToAwait

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

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

Parameters

dst -

the destination write stream

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