Versions

Description

wsgi-proxy ========== This package implements a simple WSGI app that does HTTP 1.0 proxy. You can install it using ``pip`` or ``easy_install``: .. code-block:: console $ pip install wsgi-proxy You can run a proxy server using ``wsgi-proxy`` command it provides: .. code-block:: console $ wsgi-proxy -p8080 It provides a WSGI application object (``wsgi_proxy:app``) as well: .. code-block:: console $ pip install gunicorn $ gunicorn -p8080 wsgi_proxy:app Links ----- Bitbucket (Mercurial repository) https://bitbucket.org/dahlia/wsgi-proxy Package Index (Cheeseshop) https://pypi.python.org/pypi/wsgi-proxy

Repository

https://bitbucket.org/dahlia/wsgi-proxy

Project Slug

wsgi-proxy

Last Built

6 years, 6 months ago passed

Maintainers

Home Page

https://bitbucket.org/dahlia/wsgi-proxy

Badge

Tags

proxy, wsgi, wsgi-proxy

Short URLs

wsgi-proxy.readthedocs.io
wsgi-proxy.rtfd.io

Default Version

latest

'latest' Version

default