var net/http.ServerContextKey
7 uses
net/http (current package)
h2_bundle.go#L4621: ctx = context.WithValue(ctx, ServerContextKey, hs)
server.go#L244: ServerContextKey = &contextKey{"http-server"}
server.go#L3422: ctx := context.WithValue(baseCtx, ServerContextKey, s)
server.go#L3648: s, _ := r.Context().Value(ServerContextKey).(*Server)
net/http/httputil
reverseproxy.go#L566: if req.Context().Value(http.ServerContextKey) != nil {
net/http/pprof
pprof.go#L124: srv, ok := r.Context().Value(http.ServerContextKey).(*http.Server)
golang.org/x/net/http2
server.go#L574: ctx = context.WithValue(ctx, http.ServerContextKey, hs)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)