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.
body - the body
body
handler -
handler