vertx / io.vertx.core.http / RequestOptions / setHost

setHost

open fun setHost(host: String): RequestOptions

Set the host name to be used by the client request.

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