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

sendFormAwait

suspend fun <T> HttpRequest<T>.sendFormAwait(body: MultiMap): HttpResponse<T>

Like io.vertx.ext.web.client.HttpRequest but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.

Parameters

body - the body

handler -