vertx / io.vertx.kotlin.ext.web.client / io.vertx.ext.web.client.HttpRequest / sendStreamAwait

sendStreamAwait

suspend fun <T> HttpRequest<T>.sendStreamAwait(body: ReadStream<Buffer>): HttpResponse<T>

Like io.vertx.ext.web.client.HttpRequest but with an HTTP request body stream.

Parameters

body - the body

handler -