Searched refs:ContentSubtype (Results 1 – 5 of 5) sorted by relevance
373 return ContentSubtypeCallOption{ContentSubtype: strings.ToLower(contentSubtype)}380 ContentSubtype string member384 c.contentSubtype = o.ContentSubtype
831 data, err := encode(s.getCodec(stream.ContentSubtype()), msg)997 if err := s.getCodec(stream.ContentSubtype()).Unmarshal(req, v); err != nil {1107 codec: s.getCodec(stream.ContentSubtype()),
188 ContentSubtype: c.contentSubtype,
306 func (s *Stream) ContentSubtype() string { func536 ContentSubtype string member
325 contentSubtype: callHdr.ContentSubtype,379 …(headerFields, hpack.HeaderField{Name: "content-type", Value: contentType(callHdr.ContentSubtype)})