/wai-routing

This repository has been moved to https://gitlab.com/twittner/wai-routing

Primary LanguageHaskellMozilla Public License 2.0MPL-2.0

Build Status

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.