crypto/tls.Dialer.Config (field)

4 uses

	crypto/tls (current package)
		tls.go#L186: 	Config *Config
		tls.go#L217: 	c, err := dial(ctx, d.netDialer(), network, addr, d.Config)

	golang.org/x/net/http2
		go115.go#L19: 		Config: cfg,

	net/http
		h2_bundle.go#L3003: 		Config: cfg,