google.golang.org/grpc/internal/transport.CallHdr.Host (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L563: 	headerFields = append(headerFields, hpack.HeaderField{Name: ":authority", Value: callHdr.Host})
		http2_client.go#L647: 	host := strings.TrimSuffix(callHdr.Host, ":443")
		http2_client.go#L748: 		newCallHdr.Host = t.address.ServerName
		http2_client.go#L767: 		newCallHdr.Host = callHdr.Authority
		transport.go#L523: 	Host string

	google.golang.org/grpc
		stream.go#L296: 		Host:           cc.authority,
		stream.go#L1279: 		Host:           ac.cc.authority,