Skip to content

Tornado proxy handlers for HTTP requests and web sockets

License

Notifications You must be signed in to change notification settings

timkpaine/tornado-proxy-handlers

Repository files navigation

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.