func net/http.HandleFunc
7 uses
net/http (current package)
server.go#L2512: func HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {
expvar
expvar.go#L364: http.HandleFunc("/debug/vars", expvarHandler)
golang.org/x/net/trace
trace.go#L130: http.HandleFunc(debugRequestsPath, Traces)
trace.go#L131: http.HandleFunc(debugEventsPath, Events)
golang.org/x/pkgsite/cmd/prober
main.go#L254: http.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) {
main.go#L257: http.HandleFunc("/", handleProbe)
main.go#L258: http.HandleFunc("/check", handleCheck)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |