Struct worker_plus::RouteParams
source · pub struct RouteParams(_);
Expand description
Represents the URL parameters parsed from the path, e.g. a route with “/user/:id” pattern would contain a single “id” key.
pub struct RouteParams(_);
Represents the URL parameters parsed from the path, e.g. a route with “/user/:id” pattern would contain a single “id” key.