deb-python-wsgi-intercept/wsgi_intercept
Chris Dent 905ef41cb0 Guard against http_proxy and https_proxy
requests and urllib will get upset of socks proxy settings are
present in the environment. In those interceptors, an exception
will now be raised if $http_proxy or $https_proxy are set.

Tests are added to cover the variable being set for all four
of the interceptor types.

This is the quick and dirty solution to the problem. The way this
has been done shows some clear opportunities for refactoring down
the road.

Fixes #30
2016-01-21 19:17:56 +00:00
..
__init__.py Guard against http_proxy and https_proxy 2016-01-21 19:17:56 +00:00
http_client_intercept.py module docstring tweaks 2014-05-20 16:59:15 -05:00
httplib2_intercept.py Remove support for 2.6 and support for 3.5 2015-12-28 12:30:14 +00:00
interceptor.py Add support for automatic domains 2015-12-28 22:24:52 +00:00
requests_intercept.py Guard against http_proxy and https_proxy 2016-01-21 19:17:56 +00:00
urllib_intercept.py Guard against http_proxy and https_proxy 2016-01-21 19:17:56 +00:00