This route class will transparently inflect the controller and plugin routing parameters, so that requesting `/_controller` is parsed as `["controller": "MyController"]`
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
Json[string] | Json[string] parse(string url, string httpMethod = null) | ||||
string | string match(Json[string] url, Json[string] mycontext = null) | ||||
Json[string] | Json[string] _underscore(Json[string] url) |