bravery 0.2.0

A fast http async web server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bravery [![Build Status]https://travis-ci.org/allevo/bravery.svg?branch=master]https://travis-ci.org/allevo/bravery

A fast http 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
- [ ] Routing using radix tree
- [ ] Add logger per request
- [ ] Write docs