net/http.ServeMux.HandleFunc (method)
14 uses
net/http (current package)
server.go#L2497: func (mux *ServeMux) HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {
server.go#L2513: DefaultServeMux.HandleFunc(pattern, handler)
go.opencensus.io/zpages
zpages.go#L58: mux.HandleFunc(path.Join(pathPrefix, "rpcz"), rpczHandler)
zpages.go#L59: mux.HandleFunc(path.Join(pathPrefix, "tracez"), tracezHandler)
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L63: r.mux.HandleFunc(route, func(w http.ResponseWriter, req *http.Request) {
dcensus.go#L103: mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
golang.org/x/pkgsite/internal/proxy
server.go#L44: s.mux.HandleFunc(urlPath, func(w http.ResponseWriter, r *http.Request) {
server.go#L56: s.mux.HandleFunc(urlPath, func(w http.ResponseWriter, r *http.Request) {
server.go#L73: s.mux.HandleFunc(fmt.Sprintf("/%s/@v/%s.mod", m.ModulePath, m.Version),
server.go#L81: s.mux.HandleFunc(fmt.Sprintf("/%s/@v/%s.zip", m.ModulePath, m.Version),
server.go#L92: s.mux.HandleFunc(fmt.Sprintf("/%s/@v/list", modulePath), func(w http.ResponseWriter, r *http.Request) {
server.go#L110: s.mux.HandleFunc(route, fn)
server.go#L144: s.mux.HandleFunc(fmt.Sprintf("/%s/@v/list", m.ModulePath), func(w http.ResponseWriter, r *http.Request) {
server.go#L147: s.mux.HandleFunc(fmt.Sprintf("/%s/@latest", m.ModulePath), func(w http.ResponseWriter, r *http.Request) {
 |
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. |