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

11 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L486: 			sendCompress:   callHdr.SendCompress,
		http2_client.go#L572: 	if callHdr.SendCompress != "" {
		http2_client.go#L573: 		headerFields = append(headerFields, hpack.HeaderField{Name: "grpc-encoding", Value: callHdr.SendCompress})
		http2_client.go#L577: 		if !grpcutil.IsCompressorNameRegistered(callHdr.SendCompress) {
		http2_client.go#L581: 			registeredCompressors += callHdr.SendCompress
		http2_client.go#L912: 				Compression: callHdr.SendCompress,
		transport.go#L530: 	SendCompress string

	google.golang.org/grpc
		stream.go#L310: 		callHdr.SendCompress = ct
		stream.go#L318: 		callHdr.SendCompress = cc.dopts.compressorV0.Type()
		stream.go#L1291: 		callHdr.SendCompress = ct
		stream.go#L1299: 		callHdr.SendCompress = ac.cc.dopts.compressorV0.Type()