Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thefab/thr
Tornado HTTP Router (project to route HTTP requests to redis queues, popped by specific workers which rebuild incoming http requests)
https://github.com/thefab/thr
Last synced: about 1 month ago
JSON representation
Tornado HTTP Router (project to route HTTP requests to redis queues, popped by specific workers which rebuild incoming http requests)
- Host: GitHub
- URL: https://github.com/thefab/thr
- Owner: thefab
- License: mit
- Created: 2015-03-03T11:18:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T09:57:31.000Z (almost 9 years ago)
- Last Synced: 2024-04-19T00:06:39.975Z (7 months ago)
- Language: Python
- Size: 685 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![THR Logo](http://amarandon.github.io/img/THR.png)
# thr## Status (master branch)
[![Build Status](https://travis-ci.org/thefab/thr.png)](https://travis-ci.org/thefab/thr)
[![Coverage Status](https://coveralls.io/repos/thefab/thr/badge.png)](https://coveralls.io/r/thefab/thr)
[![Code Health](https://landscape.io/github/thefab/thr/master/landscape.png)](https://landscape.io/github/thefab/thr/master)
[![Requirements Status](https://requires.io/github/thefab/thr/requirements.png?branch=master)](https://requires.io/github/thefab/thr/requirements/?branch=master)## What is it?
THR stands for *Tornado HTTP Router*, *Tornado HTTP over Redis* or *Toulouse HTTP Router*, your choice! It's an HTTP proxy based on Tornado and Redis allowing to do all sorts of fancy things with your incoming HTTP traffic such as application level QOS, request rewriting, etc.
## Documentation
View full documentation at http://thr.readthedocs.org/
**WARNING : thr is at an early stage of developement**