MCPcopy
hub / github.com/grpc/grpc-go / SendCompress

Method SendCompress

internal/transport/server_stream.go:98–100  ·  view source on GitHub ↗

SendCompress returns the send compressor name.

()

Source from the content-addressed store, hash-verified

96
97// SendCompress returns the send compressor name.
98func (s *ServerStream) SendCompress() string {
99 return s.sendCompress
100}
101
102// ContentSubtype returns the content-subtype for a request. For example, a
103// content-subtype of "proto" will result in a content-type of

Callers 2

processUnaryRPCMethod · 0.80
SendMsgMethod · 0.80

Implementers 1

serverStreamstream.go

Calls

no outgoing calls

Tested by

no test coverage detected