func google.golang.org/grpc/internal/grpcutil.ContentSubtype

3 uses

	google.golang.org/grpc/internal/grpcutil (current package)
		method.go#L57: func ContentSubtype(contentType string) (string, bool) {

	google.golang.org/grpc/internal/transport
		handler_server.go#L61: 	contentSubtype, validContentType := grpcutil.ContentSubtype(contentType)
		http_util.go#L306: 		contentSubtype, validContentType := grpcutil.ContentSubtype(f.Value)