Metadata-Version: 2.1
Name: tornado_proxy_handlers
Version: 0.0.6
Summary: Tornado proxy handlers
Home-page: https://github.com/timkpaine/tornado-proxy-handlers
Author: Tim Paine
Author-email: t.paine154@gmail.com
License: Apache 2.0
Keywords: tornado proxy
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: dev
License-File: LICENSE

# tornado-proxy-handlers
Tornado proxy handlers for HTTP requests and web sockets

[![Build Status](https://github.com/timkpaine/tornado-proxy-handlers/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/timkpaine/tornado-proxy-handlers/actions?query=workflow%3A%22Build+Status%22)
[![Coverage](https://codecov.io/gh/timkpaine/tornado-proxy-handlers/branch/main/graph/badge.svg)](https://codecov.io/gh/timkpaine/tornado-proxy-handlers)
[![License](https://img.shields.io/github/license/timkpaine/tornado-proxy-handlers.svg)](https://pypi.python.org/pypi/tornado-proxy-handlers/)
[![PyPI](https://img.shields.io/pypi/v/tornado-proxy-handlers.svg)](https://pypi.python.org/pypi/tornado-proxy-handlers/)


## 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. 

