Skip to main content

HTTP proxying tools for WSGI apps

Project description

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.

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

WSGIProxy-0.2.2.tar.gz (10.1 kB view hashes)

Uploaded Source

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