Description

This route class will transparently inflect the controller and plugin routing parameters, so that requesting `/_controller` is parsed as `["controller": "MyController"]`

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
Json[string]Json[string] parse(string url, string httpMethod = null)
stringstring match(Json[string] url, Json[string] mycontext = null)
Json[string]Json[string] _underscore(Json[string] url)