crypto/tls.Dialer.Config (field)

3 uses

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

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