hack2-contrib-extra-2014.12.20: Hack2 contrib extra

Safe HaskellNone
LanguageHaskell98

Hack2.Contrib.Middleware.RegexpRouter

Description

matching a list of regexp agains a path_info, if matched, consponding app is used, otherwise, pass the env down to lower middleware

Documentation

regexp_router :: [RoutePath] -> Middleware Source