(pattern string, h http.HandlerFunc)
| 87 | // all HTTP methods. |
| 88 | Handle(pattern string, h http.Handler) |
| 89 | HandleFunc(pattern string, h http.HandlerFunc) |
| 90 | |
| 91 | // Method and MethodFunc adds routes for `pattern` that matches |
| 92 | // the `method` HTTP method. |
no outgoing calls