I am looking for a pure python based web server has the capability for reverse proxy as well?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
Have a look at Twisted, especially its ReverseProxyResource.
http://pypi.python.org/pypi/proxylet/
From http://www.rfk.id.au/blog/entry/proxylet-lightweight-HTTP-reverse-proxy
Looks like source is available as well. I've never used it, as we use IHS for all our reverse proxy needs.