vertx / io.vertx.reactivex.core.http / HttpClient / headAbs

headAbs

open fun headAbs(absoluteURI: String): HttpClientRequest

Create an HTTP HEAD request to send to the server using an absolute URI

Parameters

absoluteURI - the absolute URI

Return
an HTTP client request object

open fun headAbs(absoluteURI: String, responseHandler: Handler<HttpClientResponse>): HttpClientRequest

Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response

Parameters

absoluteURI - the absolute URI

responseHandler - the response handler

Return
an HTTP client request object