Home
last modified time | relevance | path

Searched refs:baseContentType (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp_util.go54 baseContentType = "application/grpc" const
174 if contentType == baseContentType {
177 if !strings.HasPrefix(contentType, baseContentType) {
181 switch contentType[len(baseContentType)] {
186 return contentType[len(baseContentType)+1:], true
195 return baseContentType
197 return baseContentType + "+" + contentSubtype