@hackage wai-routing0.13.0
Declarative routing for WAI.
Categories
License
MPL-2.0
Maintainer
Toralf Wittner <tw@dtex.org>
Links
Versions
Installation
Dependencies (11)
- attoparsec >=0.10
- base >=4.6 && <5.0
- bytestring >=0.10
- bytestring-conversion >=0.2
- case-insensitive >=1.1
- cookie >=0.4 Show all…
Dependents (1)
@hackage/acme-everything
wai-routing enables the declaration of "routes" which handle requests to a specific URL.
The set of possible handlers can be restricted by "predicates", which operate on WAI requests and have to be true or else the handler will not be called.