rules method
Returns the rules in the pipeline for a given method
.
Implementation
List<ServerRule> rules(String method) => _rulesByMethod[method];
Returns the rules in the pipeline for a given method
.
List<ServerRule> rules(String method) => _rulesByMethod[method];