Tornado proxy handlers for HTTP requests and web sockets
pip install tornado-proxy-handlers
or from source python setup.py install
This project contains 2 proxy handlers:
- HTTP Handler
- Websocket Handler
The websocket handler requires the http handler for 599
protocol switching.
These are designed to be embedded in a tornado server that needs to proxy. They can also be run as a standalone proxy server via the tornado-proxy
command.