CurrentRoute returns the matched route for the current request. This only works when called inside the handler of the matched route because the matched route is stored in the request context which is cleared after the handler returns
(r *http.Request)
source not stored for this graph (policy: none)