The happstack-static-routing package
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.
Properties
| Versions | 0.1, 0.2, 0.3 |
|---|---|
| Dependencies | base (≥4 & ≤10), containers (≥0.3), happstack-server (≥6), list-tries (≥0.4), transformers (≥0.2) |
| License | BSD3 |
| Author | Scrive |
| Maintainer | magnus@scrive.com |
| Stability | Development |
| Category | Web, Distributed Computing |
| Home page | https://github.com/carlssonia/happstack-static-routing |
| Source repository | git clone git://github.com/carlssonia/happstack-static-routing.git |
| Upload date | Fri Mar 9 15:26:17 UTC 2012 |
| Uploaded by | MagnusCarlsson |
| Build failure | ghc-7.4 (log) |
Modules
- Happstack
- Happstack.StaticRouting
Downloads
- happstack-static-routing-0.3.tar.gz (Cabal source package)
- package description (included in the package)