Handle and HandleFunc adds routes for `pattern` that matches all HTTP methods.
(pattern string, h http.Handler)
| 86 | // Handle and HandleFunc adds routes for `pattern` that matches |
| 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 |
no outgoing calls