Popularity
7.8
Stable
Activity
0.0
Stable
1
20
0

Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Distributed Computing     Happstack    
Latest version: v0.6.0.0

happstack-static-routing alternatives and similar packages

Based on the "Web" category.
Alternatively, view happstack-static-routing alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of happstack-static-routing or a related project?

Add another 'Web' Package

README

happstack-static-routing Hackage version Build Status

If you have a large routing table in Happstack and want to insert a new handler, you might run into overlap problems (ambiguity). The new handler might not fire because it matches against a URL that is already handled earlier. Or if you put your new handler first, it might steal requests from existing handlers.

This Happstack support library allows you to detect overlap cases and build unambiguous routing tables where the order of the handlers is irrelevant.