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()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |