Index: sdk/lib/io/http.dart |
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart |
index a2b063256c7432d0d24074632919642b8a62c4ea..21830f26ec60cbb2ca5d0f337c8f4d03f6b35e1a 100644 |
--- a/sdk/lib/io/http.dart |
+++ b/sdk/lib/io/http.dart |
@@ -509,6 +509,11 @@ abstract class ContentType implements HeaderValue { |
} |
/** |
+ * Gets the mime-type, without any parameters. |
+ */ |
+ String get mimeType; |
+ |
+ /** |
* Gets the primary type. |
*/ |
String get primaryType; |