prkumar / uplink

A Declarative HTTP Client for Python
https://uplink.readthedocs.io/
MIT License
1.07k stars 61 forks source link

Is it possible to not follow a redirect (with a allow_redirects=False ?!) #272

Open manatlan opened 2 years ago

manatlan commented 2 years ago

Is it possible to not follow a redirect/302 ?

with a allow_redirects=False ?!

thanks