SendCompress returns the send compressor name.
()
| 96 | |
| 97 | // SendCompress returns the send compressor name. |
| 98 | func (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 |