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