google.golang.org/grpc/internal/transport.CallHdr.SendCompress (field)
11 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L467: sendCompress: callHdr.SendCompress,
http2_client.go#L538: if callHdr.SendCompress != "" {
http2_client.go#L539: headerFields = append(headerFields, hpack.HeaderField{Name: "grpc-encoding", Value: callHdr.SendCompress})
http2_client.go#L543: if !grpcutil.IsCompressorNameRegistered(callHdr.SendCompress) {
http2_client.go#L547: registeredCompressors += callHdr.SendCompress
http2_client.go#L862: Compression: callHdr.SendCompress,
transport.go#L608: SendCompress string
google.golang.org/grpc
stream.go#L279: callHdr.SendCompress = ct
stream.go#L287: callHdr.SendCompress = cc.dopts.cp.Type()
stream.go#L1216: callHdr.SendCompress = ct
stream.go#L1224: callHdr.SendCompress = ac.cc.dopts.cp.Type()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)