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

host

abstract fun host(value: String): HttpRequest<T>

Configure the request to use a new host value.

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