(method, pattern string, h http.HandlerFunc)
| 92 | // the `method` HTTP method. |
| 93 | Method(method, pattern string, h http.Handler) |
| 94 | MethodFunc(method, pattern string, h http.HandlerFunc) |
| 95 | |
| 96 | // HTTP-method routing along `pattern` |
| 97 | Connect(pattern string, h http.HandlerFunc) |
no outgoing calls