# Structs
No description provided by the author
HandlerCallbackRoute is a specific Route to each controller/handler method.
HandlerRoute and pat_routes are used to register the controllers/handlers.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
HandlerCallback is what is called to handle the specific request to the Handler.
HandlerCallbackRoutes is an array of HandlerCallbackRoute.
HandlerRoutes is an array of HandlerRoute.