(pattern string, h http.HandlerFunc)
| 102 | Patch(pattern string, h http.HandlerFunc) |
| 103 | Post(pattern string, h http.HandlerFunc) |
| 104 | Put(pattern string, h http.HandlerFunc) |
| 105 | Trace(pattern string, h http.HandlerFunc) |
| 106 | |
| 107 | // NotFound defines a handler to respond whenever a route could |