Routes¶
Immutable route table mapping paths to LiveView factories.
Created by Router.build(). Strips query strings before matching, so a
route registered as "/path" matches requests to "/path?foo=bar".
Constructors¶
create¶
Parameters¶
Returns¶
- Routes val^
Public Functions¶
apply¶
Look up a factory for the given path, stripping any query string first.
Parameters¶
- path: String val