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.0.tar.gz
(4.9 kB
view details)
File details
Details for the file wsgi-proxy-0.3.0.tar.gz
.
File metadata
- Download URL: wsgi-proxy-0.3.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cb53bf44bd0a4eb94ee4c2233661cbff6cfc8c3c2d111cd826892397f258b90 |
|
MD5 | c40e0d197fcf1079421850dd948b78fb |
|
BLAKE2b-256 | 10c1fcc0287116aaae1b11bf9351062c203cfe7141066de9c7b8315feb6090eb |