net/http.Server.ServeTLS
standard libraryThe 7995th most-called standard-library method by production calls. Called 110 times across 56 modules; 75 of those run outside tests and generated code.
No change in production calls since 2026-W37.
- prod calls
- 75
- non-test, non-generated
- all calls
- 110
- total callsites
- modules
- 56
- distinct callers
- in loop
- 1%
- of prod calls
- in tests
- 32%
- 35 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 →
- Concrete method99%A method on a value whose type is known exactly.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Server.ServeTLS from notable Go projects. Open one on the map to see what else it hammers.
- Istio 8 11%
- Tailscale 3 4%
- OpenTelemetry 2 3%
- SPIFFE 2 3%
- Cilium 1 1%
where it's called
Callsites in the wild
12 representative callsites of 110, prioritizing in-loop and non-test usage. We link to source, never display it.
-
gohugoio/hugo @v0.166.0
in loop -
kubernetes/kubernetes @master
test/integration/apiserver/admissionwebhook/load_balance_test.go:107 ↗
in loop test -
k8s.io/kubernetes @v1.37.0
test/integration/apiserver/admissionwebhook/load_balance_test.go:107
in loop test -
-
hashicorp/consul @v1.22.7
-
-
-
AlexxIT/go2rtc @v1.9.14
-
DNSCrypt/dnscrypt-proxy @v0.0.0-20260907210843-47ce24df6e86
-
-
adnanh/webhook @v0.0.0-20260904180256-2bbdeb9f90b5
-
top callers
The modules that reach for it
The modules that call Server.ServeTLS most in this snapshot.
- github.com/seaweedfs/seaweedfs109%
- github.com/tailscale/tailscale87%
- tailscale.com87%
- github.com/kubernetes/kubernetes76%
- k8s.io/kubernetes55%
siblings
More from net/http
The other most-called members in this package. See all →