google.golang.org/grpc/internal/transport.CallHdr.SendCompress (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L495: sendCompress: callHdr.SendCompress,
http2_client.go#L570: if callHdr.SendCompress != "" {
http2_client.go#L591: if callHdr.SendCompress != "" {
http2_client.go#L592: headerFields = append(headerFields, hpack.HeaderField{Name: "grpc-encoding", Value: callHdr.SendCompress})
http2_client.go#L596: if !grpcutil.IsCompressorNameRegistered(callHdr.SendCompress) {
http2_client.go#L600: registeredCompressors += callHdr.SendCompress
http2_client.go#L933: Compression: callHdr.SendCompress,
transport.go#L576: SendCompress string
google.golang.org/grpc
stream.go#L339: callHdr.SendCompress = ct
stream.go#L347: callHdr.SendCompress = cc.dopts.compressorV0.Type()
stream.go#L1327: callHdr.SendCompress = ct
stream.go#L1335: callHdr.SendCompress = ac.cc.dopts.compressorV0.Type()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)