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

4 uses

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

	google.golang.org/grpc/internal/transport
		handler_server.go#L65: 	contentSubtype, validContentType := grpcutil.ContentSubtype(contentType)
		http2_client.go#L1420: 			if _, validContentType := grpcutil.ContentSubtype(hf.Value); !validContentType {
		http2_server.go#L399: 			contentSubtype, validContentType := grpcutil.ContentSubtype(hf.Value)