wsgi-proxy

WSGI proxy application


License
Apache-2.0
Install
pip install wsgi-proxy==0.4.0

Documentation

wsgi-proxy

This package implements a simple WSGI app that does HTTP 1.0 proxy. You can install it using pip or easy_install:

$ pip install wsgi-proxy

You can run a proxy server using wsgi-proxy command it provides:

$ wsgi-proxy -p8080

It provides a WSGI application object (wsgi_proxy:app) as well:

$ pip install gunicorn
$ gunicorn -p8080 wsgi_proxy:app

Links

Docs
https://wsgi-proxy.readthedocs.org/
Bitbucket (Mercurial repository)
https://bitbucket.org/dahlia/wsgi-proxy
Package Index (Cheeseshop)
https://pypi.python.org/pypi/wsgi-proxy