hackage.haskell.org : happstack-static-routing
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.
Registry
-
Source
- JSON
purl: pkg:hackage/happstack-static-routing
Keywords:
bsd3
, distributed-computing
, library
, web
, Propose Tags
License: BSD-3-Clause
Latest release: about 10 years ago
First release: over 13 years ago
Downloads: 7,334 total
Stars: 1 on GitHub
Forks: 0 on GitHub
Total Commits: 34
Committers: 6
Average commits per author: 5.667
Development Distribution Score (DDS): 0.441
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago