net/http.ServeMux.Handle (method)
8 uses
net/http (current package)
server.go#L2467: func (mux *ServeMux) Handle(pattern string, handler Handler) {
server.go#L2515: mux.Handle(pattern, HandlerFunc(handler))
server.go#L2521: func Handle(pattern string, handler Handler) { DefaultServeMux.Handle(pattern, handler) }
go.pact.im/x/httpdebug
httpdebug.go#L24: mux.Handle("/debug/pprof/goroutine", pprof.Handler("goroutine"))
httpdebug.go#L25: mux.Handle("/debug/pprof/heap", pprof.Handler("heap"))
httpdebug.go#L26: mux.Handle("/debug/pprof/threadcreate", pprof.Handler("threadcreate"))
httpdebug.go#L27: mux.Handle("/debug/pprof/block", pprof.Handler("block"))
httpdebug.go#L29: mux.Handle("/debug/vars", expvar.Handler())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)