abstract fun followRedirects(value: Boolean): HttpRequest<T>
Set wether or not to follow the directs for the request.
value - true if redirections should be followed
value
Return a reference to this, so the API can be used fluently