crypto/tls.Dialer.Config (field)

3 uses

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

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