Routing

Route urls to callables or files. Create your own router.

Auto-route to files in public dir

@import(Usage.Router.publicDir)

Route to file or callable by hand

@import(Usage.Router.addRoute)

@import(Usage.Router.getRoute)

Create a custom miniature router

This has not been setup yet

Override the built-in router & more complex routing

This has not been documented nor set up well, yet. The gist is to replace the global function that the built-in Router makes. This documentation should probably go in 'Advanced'

Pattern rules

@import(Rules.Router.pattern)

OOP/Pattern Callback Routing

@import(Usage.Router.PatternCallback)

Add paramater to all public files

@import(Usage.GlobalParams)