(string, ...HandlerFunc)
| 41 | PATCH(string, ...HandlerFunc) IRoutes |
| 42 | PUT(string, ...HandlerFunc) IRoutes |
| 43 | OPTIONS(string, ...HandlerFunc) IRoutes |
| 44 | HEAD(string, ...HandlerFunc) IRoutes |
| 45 | Match([]string, string, ...HandlerFunc) IRoutes |
| 46 |
no outgoing calls