Searched refs:baseContentType (Results 1 – 1 of 1) sorted by relevance
54 baseContentType = "application/grpc" const174 if contentType == baseContentType {177 if !strings.HasPrefix(contentType, baseContentType) {181 switch contentType[len(baseContentType)] {186 return contentType[len(baseContentType)+1:], true195 return baseContentType197 return baseContentType + "+" + contentSubtype