vertx / io.vertx.ext.web.client / HttpRequest / send

send

abstract fun send(handler: Handler<AsyncResult<HttpResponse<T>>>): Unit

Send a request, the handler will receive the response as an HttpResponse.