Matcher.MatchResult

Undocumented in source.

Constructors

this
this(Set!(Router) routers, Map!(Router, Map!(string, string)) parameters, MatchType matchType)
Undocumented in source.

Members

Functions

getMatchType
MatchType getMatchType()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameters
Map!(Router, Map!(string, string)) getParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
getRouters
Set!(Router) getRouters()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta