- [x] Finish up LIO.HTTP.Server. Mostly there, see: 0309ad - [x] Define Show instances for Request and Response. - [x] Expose Status, Query and anything else you might need to do basic things. 0309ad - [x] Expose friendly response combinators See [this](http://hackage.haskell.org/package/simple-0.11.1/docs/Web-Simple-Responses.html) and [this](http://hackage.haskell.org/package/hails-0.11.2.1/docs/Hails-Web-Responses.html) <team> - [x] Build some example servers. - [x] Controller monad. See [this](http://hackage.haskell.org/package/simple-0.11.1/docs/Web-Simple-Controller-Trans.html#t:ControllerT) or [this](http://hackage.haskell.org/package/hails-0.11.2.1/docs/Hails-Web-Controller.html) - [x] Pattern-matching routes. <deian> - [ ] Port [mustache](http://hackage.haskell.org/package/mustache) to lio