Skip to content

pcart-grandjean/tornado-proxy-handlers

 
 

Repository files navigation

tornado-proxy-handlers

Tornado proxy handlers for HTTP requests and web sockets

Build Status Coverage License PyPI Docs

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.

About

Tornado proxy handlers for HTTP requests and web sockets - extracting from https://github.com/timkpaine/dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.1%
  • Makefile 17.9%