Skip to main content

Module router

Module router 

Source
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§

DispatchFuture
Future type returned by Router::dispatch.
HandlerFn
Type alias for the handler function signature.