WSGIProxy 0.2.2
HTTP proxying tools for WSGI apps
WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other processes over HTTP.
This will encode the WSGI request CGI-style environmental variables (which must be strings), plus a configurable set of other variables. It also sends values like HTTP_HOST and wsgi.url_scheme which are often obscured by the proxying process, as well as values like SCRIPT_NAME. On the receiving end, a WSGI middleware fixes up the environment to represent the state of the original request. This makes HTTP more like FastCGI or SCGI, which naturally preserve these values.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| WSGIProxy-0.2.2.tar.gz (md5) | Source | 2010-06-10 | 9KB | 28760 | |
- Author: Ian Bicking
- Home Page: http://pythonpaste.org/wsgiproxy/
- Keywords: wsgi paste http proxy
- License: MIT
- Categories
- Package Index Owner: ianb, whitmo
- Package Index Maintainer: whitmo
- DOAP record: WSGIProxy-0.2.2.xml
