(w http.ResponseWriter, r *http.Request)
| 12 | Handle(method string, path string, handler http.Handler) |
| 13 | HandleFunc(method string, path string, handlerFunc func(http.ResponseWriter, *http.Request)) |
| 14 | ServeHTTP(w http.ResponseWriter, r *http.Request) |
| 15 | SetNotFoundHandler(handler http.Handler) |
| 16 | } |
| 17 |
no outgoing calls