Safe Haskell | None |
---|---|
Language | Haskell98 |
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