NotFound defines a handler to respond whenever a route could not be found.
(h http.HandlerFunc)
| 107 | // NotFound defines a handler to respond whenever a route could |
| 108 | // not be found. |
| 109 | NotFound(h http.HandlerFunc) |
| 110 | |
| 111 | // MethodNotAllowed defines a handler to respond whenever a method is |
| 112 | // not allowed. |
no outgoing calls