suspend fun <T> HttpRequest<T>.sendAwait(): HttpResponse<T>
Send a request, the handler will receive the response as an io.vertx.ext.web.client.HttpResponse.
handler -
handler