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

[ bsd3, distributed-computing, library, web ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4.0, 0.4.2, 0.6.0.0, 0.7.0.0
Dependencies base (>=4 && <=10), containers (>=0.3), happstack-server (>=6), list-tries (>=0.4), transformers (>=0.2) [details]
License BSD-3-Clause
Author Scrive
Maintainer magnus@scrive.com
Category Web, Distributed Computing
Home page https://github.com/carlssonia/happstack-static-routing
Source repo head: git clone git://github.com/carlssonia/happstack-static-routing.git
Uploaded by MagnusCarlsson at 2011-12-13T11:39:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6985 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]