Skip to main content

WSGI proxy application

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wsgi-proxy-0.4.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

wsgi_proxy-0.4.0-py2.py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page