e9c515602c08e6cdfc774f6fb9cfefe199292ba5
This is getting a) complicated b) tiresome.
python3-wsgi-intercept
Python3 port of the important bits of wsgi-intercept, now working for 2.6, 2.7 and 3.3.
What is it?
wsgi_intercept installs a WSGI application in place of a real URI for testing. See the PyPI page page for more details.
Modern Version
For the 2 and 3 version only some intercept functionality is provided, with a working implementation in Python 2 for:
urllib2httplibhttplib2requests
and in Python 3 for:
urllib.requesthttp.clienthttplib2requests
If you are using Python 2 and need support for a different HTTP
client, require a version of wsgi_intercept<0.6.
To Do
- https support using
http.clientis not currently working because of issues with recursive calls after the class is overridden.
Description
Languages
Python
98.6%
Makefile
1.4%
