http-app 0.0.1

Wrapper around hyper to help with making a http server
Documentation
1
2
3
4
## http-app

#### Why does this exist?
For many of my http servers I was directly using hyper to keep things simple. Then hyper changed its API and made upgrading a pain. This is simple wrapper around hyper to make it easy to create a simple HTTP server which will hopefully have a more stable API while hyper and other libs continue to experiment.