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