Skip to content

πŸ•· Tarantula

Compare
Choose a tag to compare
@mesopelagique mesopelagique released this 19 Jun 20:42
· 3 commits to master since this release
  • strict boolean configuration variable

Disabled by default, β€œ/foo” and β€œ/foo/” are treated the same
To enable

$router.strict:=True // Enable strict routing. 
  • Experimental features to register a router into another parent router
$anOtherRouter.path:="/subpath"
$router.register($anOtherRouter)