https://github.com/wireapp/wai-routing
https://github.com/wireapp/wai-routing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wireapp/wai-routing
- Owner: wireapp
- License: mpl-2.0
- Created: 2024-01-26T13:38:10.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-26T13:38:24.000Z (over 2 years ago)
- Last Synced: 2024-05-09T16:38:43.098Z (about 2 years ago)
- Language: Haskell
- Size: 107 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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.