types library

Classes

RouterContext
路由上下文
The router context for some path

Typedefs

RouteHandler(RouterContext context) → Future
路由处理器
The function as handler for router.
RouteMiddleware(RouterContext context) → Future
路由中间件
The function as middleware for router.