tornado-proxy-handlers

Tornado proxy handlers


Keywords
tornado, proxy, python3, tornado-web
License
Apache-2.0
Install
pip install tornado-proxy-handlers==0.0.6

Documentation

tornado-proxy-handlers

Tornado proxy handlers for HTTP requests and web sockets

Build Status Coverage License PyPI

Install

pip install tornado-proxy-handlers or from source python setup.py install

Overview

This project contains 2 proxy handlers:

  • HTTP Handler
  • Websocket Handler

The websocket handler requires the http handler for 599 protocol switching.

Use

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.