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

Supported by

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