Expand description
HTTP request router with path parameters and method-based routing.
Structs§
- Request
- A request with parsed path parameters and query string.
- Router
- HTTP request router with path-parameter extraction and method-based dispatch.
Type Aliases§
- Dispatch
Future - Future type returned by
Router::dispatch. - Handler
Fn - Type alias for the handler function signature.