77b5c04a90b6fbfd7d65cd2bd9ea6262b4bf58f4
wsgi-intercept
Documentation is available on Read The Docs.
What is it?
wsgi_intercept installs a WSGI application in place of a real host for testing while still preserving HTTP semantics. See the PyPI page page for more details. It works by intercepting the connection handling in http client libraries.
Supported Libraries
For Python 2.7 the following libraries are supported:
urllib2httplibhttplib2requestsurllib3
In Python 3:
urllib.requesthttp.clienthttplib2requestsurllib3
If you are using Python 2 and need support for a different HTTP
client, require a version of wsgi_intercept<0.6.
Description
Languages
Python
98.6%
Makefile
1.4%
