rules method

List<ServerRule> rules (String method)

Returns the rules in the pipeline for a given method.

Implementation

List<ServerRule> rules(String method) => _rulesByMethod[method];