Crate reroute

Source

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.
RouterBuilder
A RouterBuilder enables you to build up a set of routes and their handlers to be handled by a Router.

Enums§

Error

Type Aliases§

Captures