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

optionsAbs

open fun optionsAbs(absoluteURI: String): HttpClientRequest

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

Parameters

absoluteURI - the absolute URI

Return
an HTTP client request object

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

Create an HTTP OPTIONS 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