vertx / io.vertx.core.http / RequestOptions / setURI

setURI

open fun setURI(uri: String): RequestOptions

Set the request relative URI

Parameters

uri - the relative uri

Return
a reference to this, so the API can be used fluently