(path string, handle HttpHandle)
| 67 | PATCH(path string, handle HttpHandle) RouterNode |
| 68 | DELETE(path string, handle HttpHandle) RouterNode |
| 69 | HiJack(path string, handle HttpHandle) |
| 70 | WebSocket(path string, handle HttpHandle) |
| 71 | Any(path string, handle HttpHandle) |
| 72 | RegisterHandlerFunc(routeMethod string, path string, handler http.HandlerFunc) RouterNode |