Attribute Macro rweb_macros::router[][src]

#[router]
Expand description

Creates a router. Useful for modularizing codes.

Note

Currently router returns 404 error if there is a no matching rule.