Handle registers the handler function for the given method and pattern.
(method, pattern string, handler http.HandlerFunc)
| 41 | // Handle registers the handler function for the given method |
| 42 | // and pattern. |
| 43 | Handle(method, pattern string, handler http.HandlerFunc) |
| 44 | |
| 45 | // ServeHTTP dispatches the request to the handler whose method |
| 46 | // matches the request method and whose pattern most closely |
no outgoing calls