wai-route: Minimalistic, efficient routing for WAI
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
Simple routing for applications using the WAI, based on an
efficient tree structure. Routes are defined as string literals
and path segments prefixed with a :
indicate captures.
A sample is available at: https://github.com/romanb/wai-route/blob/master/sample/Main.hs.
[Skip to Readme]
Properties
Versions | 0.1.0, 0.1.1, 0.1.1, 0.1.2, 0.2, 0.3, 0.3.1, 0.3.1.1, 0.3.1.2, 0.4.0, 1.0.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <4.7), bytestring (>=0.10), http-types (>=0.8), unordered-containers (>=0.2), wai (>=2.0) [details] |
License | LicenseRef-OtherLicense |
Copyright | 2014 Roman S. Borschel |
Author | Roman S. Borschel |
Maintainer | Roman S. Borschel <roman@pkaboo.org> |
Category | Web |
Source repo | head: git clone git@github.com:romanb/wai-route.git |
Uploaded | by romanb at 2014-02-18T09:15:02Z |
Modules
- Network
- Wai
- Network.Wai.Route
- Network.Wai.Route.Tree
- Network.Wai.Route
- Wai
Downloads
- wai-route-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees