Module routing
Routing between Services and handlers.
Modules
- future Future types.
- method_routing Route to services and handlers based on HTTP methods.
Structs
- Router The router type for composing handlers and services.
-
RouterAsService
A
Routerconverted into a borrowedServicewith a fixed body type. -
RouterIntoService
A
Routerconverted into an ownedServicewith a fixed body type.