Type Definition worker::RouteParams [−][src]
pub type RouteParams = HashMap<String, String>;
Expand description
Represents the URL parameters parsed from the path, e.g. a route with “/user/:id” pattern would contain a single “id” key.