How to follow redirect in grequests ?
In requests library we can simply use : r = requests.get(url, allow_redirects=True)
to allow redirect .
is there anything in grequests ?
i have checked https://pypi.org/project/grequests/ but did not found anything.