# bravery [![Build Status](https://travis-ci.org/allevo/bravery.svg?branch=master)](https://travis-ci.org/allevo/bravery) A fast HTTP/1.1 async web server. ## License MIT This repo is highly inspired to [thruster](https://github.com/trezm/Thruster) ## TODO - [x] Share state between handler easily - [x] Allow test handlers - [x] Routing using radix tree - [x] Add logger per request - [ ] Write docs