MatchMethod matches requests by the method.
| 119 | |
| 120 | // MatchMethod matches requests by the method. |
| 121 | MatchMethod []string |
| 122 | |
| 123 | // MatchQuery matches requests by the URI's query string. It takes a JSON object |
| 124 | // keyed by the query keys, with an array of string values to match for that key. |