An open API service indexing awesome lists of open source software.

https://github.com/wireapp/wai-routing


https://github.com/wireapp/wai-routing

Last synced: 8 months ago
JSON representation

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.