klyn.net.HttpClient.followRedirects
property
public property followRedirects as Boolean:
Description
Redirect-following flag.
import klyn.net

client = HttpClient()
client.followRedirects = false
print(client.followRedirects)