# wsgi-intercept **Repository Path**: mirrors_smurfix/wsgi-intercept ## Basic Information - **Project Name**: wsgi-intercept - **Description**: Python3 port of the important bits of wsgi-intercept - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README python3-wsgi-intercept ====================== [![travis](https://secure.travis-ci.org/cdent/python3-wsgi-intercept.png)](https://secure.travis-ci.org/cdent/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](http://pypi.python.org/pypi/wsgi_intercept) 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: * `urllib2` * `httplib` * `httplib2` * `requests` and in Python 3 for: * `urllib.request` * `http.client` * `httplib2` * `requests` 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.client` is only somewhat implemented.