weboob-devel/weboob/tools/browser2
Laurent Bachelier 57e16e9fe4 browser2: Handle redirects internally
python-requests isn't secure enough, and some behavior depends on the
latest version.
Tested on 0.10.6.

So instead of the previous hack, we have some copy-paste.
But we gain secure cookies handling (not there yet),
referrer handling, "proper" redirect on POST behavior.
2014-03-10 13:11:06 +01:00
..
__init__.py browser2: Handle server issues of postbin.org 2014-03-10 13:11:06 +01:00
browser.py browser2: Handle redirects internally 2014-03-10 13:11:06 +01:00
cookiejar.py browser2: Handle cookie expiration, session cookies 2014-03-10 13:11:06 +01:00
cookies.py browser2: Import package "cookies" 2014-03-10 13:11:06 +01:00
test.py browser2: Handle redirects internally 2014-03-10 13:11:06 +01:00