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

10 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L378: 		sendCompress:   callHdr.SendCompress,
		http2_client.go#L447: 	if callHdr.SendCompress != "" {
		http2_client.go#L448: 		headerFields = append(headerFields, hpack.HeaderField{Name: "grpc-encoding", Value: callHdr.SendCompress})
		http2_client.go#L449: 		headerFields = append(headerFields, hpack.HeaderField{Name: "grpc-accept-encoding", Value: callHdr.SendCompress})
		http2_client.go#L721: 			Compression: callHdr.SendCompress,
		transport.go#L598: 	SendCompress string

	google.golang.org/grpc
		stream.go#L219: 		callHdr.SendCompress = ct
		stream.go#L227: 		callHdr.SendCompress = cc.dopts.cp.Type()
		stream.go#L1063: 		callHdr.SendCompress = ct
		stream.go#L1071: 		callHdr.SendCompress = ac.cc.dopts.cp.Type()