logo
Expand description

Routing and filters Router can route http requests to different handlers.

Re-exports

pub use filter::*;

Modules

filter

Structs

FlowCtrl is used to control the flow of execute handlers.

Router struct is used for route request to different handlers.