ServeHTTP dispatches the request to the handler whose method matches the request method and whose pattern most closely matches the request URL.
(http.ResponseWriter, *http.Request)
| 46 | // matches the request method and whose pattern most closely |
| 47 | // matches the request URL. |
| 48 | ServeHTTP(http.ResponseWriter, *http.Request) |
| 49 | |
| 50 | // Vars returns the path variables captured for the given |
| 51 | // request. |
no outgoing calls