ZealRouter.match

class ZealRouter
final @property
typeof(this)
match
(
string _Path
string _C_A
string _Via_ = "any"
)
()
if (
_Via_ == "delete" ||
_Via_ == "delete_"
||
_Via_ == "get"
||
_Via_ == "post"
||
_Via_ == "put"
||
_Via_ == "any"
)

Meta