happstack-static-routing: Support for static URL routing with overlap detection for Happstack.
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.
[Skip to Readme]
Downloads
- happstack-static-routing-0.7.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 0.7.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <5), containers (>=0.3 && <0.7), happstack-server (>=6 && <8), list-tries (>=0.4 && <0.7), transformers (>=0.2 && <0.6) [details] |
Tested with | ghc ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.1 |
License | BSD-3-Clause |
Author | Scrive AB |
Maintainer | Gracjan Polak <gracjanpolak@gmail.com>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com> |
Category | Web, Distributed Computing |
Home page | https://github.com/scrive/happstack-static-routing |
Source repo | head: git clone git://github.com/scrive/happstack-static-routing.git |
Uploaded | by arybczak at 2022-02-24T09:54:58Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7206 total (53 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-02-24 [all 1 reports] |