ServeHTTP dispatches the handler registered in the matched route. When there is a match, the route variables can be retrieved calling mux.GetVars(req).Get(":number") or mux.GetVars(req).GetAll() and the route queires can be retrieved calling mux.GetQueries(req).Get(":number") or mux.GetQueries(req
(w http.ResponseWriter, req *http.Request)
source not stored for this graph (policy: none)