suspend fun <T> HttpRequest<T>.sendBufferAwait(body: Buffer): HttpResponse<T>
Like io.vertx.ext.web.client.HttpRequest but with an HTTP request body buffer.
body - the body
body
handler -
handler