@hackage wai-route0.4.0

Minimalistic, efficient routing for WAI.

Simple routing for applications using the WAI, based on an efficient tree structure. Routes are defined as string literals whereby path segments beginning with a : indicate captures.

A sample is available at: https://github.com/romanb/wai-route/blob/master/sample/Main.hs.