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

sendBufferAwait

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

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

Parameters

body - the body

handler -