public property followRedirects as Boolean:
import klyn.net client = HttpClient() client.followRedirects = false print(client.followRedirects)