Module router

Module router 

Source
Expand description

Controller routing handling. By default, routing is based on gathering existing controllers and their request handlers.

Traitsยง

RouterBootstrap
Trait for creating a Router, usually based on injected Controllers.
RouterConfigure
Trait for configuring Router created by RouterBootstrap. Multiple such components can be present and each one will be called with the current router instance.