Module router

Source
Expand description

The router trait and its implementation on tide::Server connect the RouteBuilder to tide and allows you to call register on a tide::Server with a fluent route tree

Traitsยง

Router
A router is any component where routes can be registered on like a tide::Server