cd1b4927facbe9c3c6335fc51d931673e510ca0d
Fixes #41 Without this the split fails when there is no : in netloc.
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%
