(path string, handle HttpHandle)
| 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 |
| 73 | RegisterRoute(routeMethod string, path string, handle HttpHandle) RouterNode |
| 74 | RegisterHandler(name string, handler HttpHandle) |