net/http.Transport.Protocols (field)

10 uses

	net/http (current package)
		transport.go#L311: 	Protocols *Protocols
		transport.go#L361: 	if t.Protocols != nil {
		transport.go#L362: 		t2.Protocols = &Protocols{}
		transport.go#L363: 		*t2.Protocols = *t.Protocols
		transport.go#L457: 	if t.Protocols != nil {
		transport.go#L458: 		return *t.Protocols // user-configured set
		transport.go#L1914: 		t.Protocols != nil &&
		transport.go#L1915: 		t.Protocols.UnencryptedHTTP2() &&
		transport.go#L1916: 		!t.Protocols.HTTP1()