Hack.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] -> MiddlewareSource
hack-contrib-2010.9.28: Hack contrib
Hack.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
regexp_router :: [RoutePath] -> MiddlewareSource