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
Links
- Docs
- Bitbucket (Mercurial repository)
- Package Index (Cheeseshop)
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.3.1.tar.gz
(5.0 kB
view details)
File details
Details for the file wsgi-proxy-0.3.1.tar.gz
.
File metadata
- Download URL: wsgi-proxy-0.3.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30feacc5b5c1cf93cd233471e608aeed6a2079175d03cb613ea99397e4623581 |
|
MD5 | aa0f82f16798b0f3482c1ec457eab6f2 |
|
BLAKE2b-256 | ad92c09b923a605116de34a3fa6572f74c0e3438978cd110ab6c6a0ca1be2811 |