google.golang.org/grpc/internal/transport.http2Client.isSecure (field)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L83: 	isSecure bool
		http2_client.go#L263: 		isSecure:              isSecure,
		http2_client.go#L552: 		if !t.isSecure && callCreds.RequireTransportSecurity() {