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

followRedirects

abstract fun followRedirects(value: Boolean): HttpRequest<T>

Set wether or not to follow the directs for the request.

Parameters

value - true if redirections should be followed

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