Documentation
type RoutePathT a = (RequestMethod, String, a)Source
type RoutePath = RoutePathT AppUnitSource
type RouterT a = String -> (a -> Application) -> RoutePathT a -> MiddlewareSource
data RouteConfig Source
Loli | |
|
type RoutePathT a = (RequestMethod, String, a)Source
type RoutePath = RoutePathT AppUnitSource
type RouterT a = String -> (a -> Application) -> RoutePathT a -> MiddlewareSource
data RouteConfig Source
Loli | |
|