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

6 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L529: 	headerFields = append(headerFields, hpack.HeaderField{Name: ":authority", Value: callHdr.Host})
		http2_client.go#L616: 	host := strings.TrimSuffix(callHdr.Host, ":443")
		http2_client.go#L717: 		newCallHdr.Host = t.address.ServerName
		transport.go#L601: 	Host string

	google.golang.org/grpc
		stream.go#L266: 		Host:           cc.authority,
		stream.go#L1204: 		Host:           ac.cc.authority,