Module salvo_core::routing

source ·
Expand description

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

Re-exports§

  • pub use router::DetectMatched;
  • pub use filters::*;

Modules§

Structs§

  • FlowCtrl is used to control the flow of execute handlers.
  • Router struct is used for route request to different handlers.