net/http.Handle
standard libraryThe 1864th most-called standard-library function by production calls. Called 360 times across 95 modules; 329 of those run outside tests and generated code.
- prod calls
- 329
- non-test, non-generated
- all calls
- 360
- total callsites
- modules
- 95
- distinct callers
- in loop
- 1%
- of prod calls
- in tests
- 9%
- 31 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
who calls this
Notable callers
Production calls into Handle from notable Go projects. Open one on the map to see what else it hammers.
- Prometheus 12 4%
- containerd 10 3%
- Dgraph 5 2%
- Go (golang.org/x) 4 1%
- Grafana 4 1%
where it's called
Callsites in the wild
12 representative callsites of 360, prioritizing in-loop and non-test usage. We link to source, never display it.
-
astaxie/beego @v1.12.3
in loop -
beego/beego @v1.12.14
in loop - in loop
- in loop
-
-
-
dgraph-io/dgraph @v1.2.8
-
docker/docker @v28.5.2+incompatible
-
etcd-io/etcd @v2.3.8+incompatible
-
-
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/57_appengine-channel/02_chat-room/routes.go:6 ↗
top callers
The modules that reach for it
The modules that call Handle most in this snapshot.
- github.com/GoesToEleven/GolangTraining15643%
- github.com/prometheus/client_golang216%
- github.com/m3db/prometheus_client_golang103%
- github.com/pion/webrtc/v4103%
- github.com/unknwon/the-way-to-go_ZH_CN93%
siblings
More from net/http
The other most-called functions in this package. See all →