enum haxe.web.DispatchRule
import haxe.web.Dispatch;
Available on all platforms
enum haxe.web.DispatchRule
import haxe.web.Dispatch;
Available on all platforms
DRMatch (r:MatchRule)
DRMult (r:Array<MatchRule>)
DRArgs (r:DispatchRule, args:Array<{rule:MatchRule, opt:Bool, name:String}>, opt:Bool)
DRMeta (r:DispatchRule)