net/http.ServeMux.Handler (method)
3 uses
net/http (current package)
server.go#L2398: func (mux *ServeMux) Handler(r *Request) (h Handler, pattern string) {
server.go#L2461: h, _ := mux.Handler(r)
golang.org/x/net/trace
trace.go#L121: _, pat := http.DefaultServeMux.Handler(&http.Request{URL: &url.URL{Path: debugRequestsPath}})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)