var net/http.ServerContextKey
7 uses
net/http (current package)
h2_bundle.go#L4192: ctx = context.WithValue(ctx, ServerContextKey, hs)
server.go#L238: ServerContextKey = &contextKey{"http-server"}
server.go#L3037: ctx := context.WithValue(baseCtx, ServerContextKey, srv)
server.go#L3205: s, _ := r.Context().Value(ServerContextKey).(*Server)
net/http/httputil
reverseproxy.go#L387: if req.Context().Value(http.ServerContextKey) != nil {
net/http/pprof
pprof.go#L105: srv, ok := r.Context().Value(http.ServerContextKey).(*http.Server)
golang.org/x/net/http2
server.go#L538: ctx = context.WithValue(ctx, http.ServerContextKey, hs)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)