(string, ...HandlerFunc)
| 38 | GET(string, ...HandlerFunc) IRoutes |
| 39 | POST(string, ...HandlerFunc) IRoutes |
| 40 | DELETE(string, ...HandlerFunc) IRoutes |
| 41 | PATCH(string, ...HandlerFunc) IRoutes |
| 42 | PUT(string, ...HandlerFunc) IRoutes |
| 43 | OPTIONS(string, ...HandlerFunc) IRoutes |
no outgoing calls