(routeMethod string, path string, fileRoot string, excludeExtension []string)
| 59 | ServeHTTP(ctx Context) |
| 60 | ServerFile(path string, fileRoot string) RouterNode |
| 61 | RegisterServerFile(routeMethod string, path string, fileRoot string, excludeExtension []string) RouterNode |
| 62 | GET(path string, handle HttpHandle) RouterNode |
| 63 | HEAD(path string, handle HttpHandle) RouterNode |
| 64 | OPTIONS(path string, handle HttpHandle) RouterNode |
no outgoing calls
no test coverage detected