net/http.Transport.ForceAttemptHTTP2 (field)

7 uses

	net/http (current package)
		transport.go#L49: 	ForceAttemptHTTP2:     true,
		transport.go#L283: 	ForceAttemptHTTP2 bool
		transport.go#L328: 		ForceAttemptHTTP2:      t.ForceAttemptHTTP2,
		transport.go#L387: 	if !t.ForceAttemptHTTP2 && (t.TLSClientConfig != nil || t.Dial != nil || t.DialContext != nil || t.hasCustomTLSDialer()) {

	net/http/httptest
		server.go#L178: 		ForceAttemptHTTP2: s.EnableHTTP2,

	github.com/aws/aws-sdk-go-v2/aws/transport/http
		client.go#L188: 		ForceAttemptHTTP2:     true,