(string, ...HandlerFunc)
| 36 | Handle(string, string, ...HandlerFunc) IRoutes |
| 37 | Any(string, ...HandlerFunc) IRoutes |
| 38 | GET(string, ...HandlerFunc) IRoutes |
| 39 | POST(string, ...HandlerFunc) IRoutes |
| 40 | DELETE(string, ...HandlerFunc) IRoutes |
| 41 | PATCH(string, ...HandlerFunc) IRoutes |
no outgoing calls