purescript-hypertrout icon indicating copy to clipboard operation
purescript-hypertrout copied to clipboard

Build servers in Hyper using Trout

Results 3 purescript-hypertrout issues
Sort by recently updated
recently updated
newest added
trafficstars

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...