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

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L777: 	if callHdr.Authority != "" {
		http2_client.go#L782: 		if err := auth.ValidateAuthority(callHdr.Authority); err != nil {
		http2_client.go#L783: 			return nil, &NewStreamError{Err: status.Errorf(codes.Unavailable, "failed to validate authority %q : %v", callHdr.Authority, err)}
		http2_client.go#L786: 		newCallHdr.Host = callHdr.Authority
		transport.go#L607: 	Authority string

	google.golang.org/grpc
		stream.go#L325: 		Authority:      callInfo.authority,
		stream.go#L548: 				cs.callHdr.Authority = authMD[0]