purescript-hypertrout
purescript-hypertrout copied to clipboard
Build servers in Hyper using Trout
As in Servant, we need some delayed IO for work that shouldn't be done until a certain route has been selected. We do not want to read the request body,...
If some method decides to throw an `HTTPError` the provided `message` is simply ignored.
Right now, the instances of `Router` implement routing itself, and they are starting to become complex. The routing mechanisms should be separated out into a more general thing that can...