happstack-static-routing-0.1: Support for static URL routing with overlap detection for Happstack.

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

Versions0.1, 0.2, 0.3, 0.3.1
Dependenciesbase (≥4 & ≤10), containers (≥0.3), happstack-server (≥6), list-tries (≥0.4), transformers (≥0.2)
LicenseBSD3
AuthorScrive
Maintainermagnus@scrive.com
StabilityDevelopment
CategoryWeb, Distributed Computing
Home pagehttps://github.com/carlssonia/happstack-static-routing
Source repositorygit clone git://github.com/carlssonia/happstack-static-routing.git
Upload dateTue Dec 13 11:39:34 UTC 2011
Uploaded byMagnusCarlsson
Build failureghc-7.2 (log), ghc-7.4 (log)

Modules

Downloads