Module ferrum_router::router [] [src]

Reexports

pub use self::id::*;

Modules

id

Structs

NoRoute

The error thrown by router if there is no matching route, it is always accompanied by a NotFound response.

Router

Router provides an interface for creating complex routes as middleware for the Ferrum framework.

RouterInner