Re-exports§
pub use ctor;
Structs§
- Context passed to route handlers containing request information and application state.
- The main router type that handles HTTP requests and dispatches them to handlers.
- A builder for constructing routers with a fluent API.
Traits§
- A trait for HTTP events that can be routed by the router.