Structs§
- Router
- The Router struct contains the information for your app to route requests properly based on their HTTP method and matching route. It allows the use of a custom 404 handler if desired but provides a default as well.
- Router
Builder - A
RouterBuilder
enables you to build up a set of routes and their handlers to be handled by aRouter
.