Safe Haskell | None |
---|
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] -> MiddlewareSource