Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: lib/http_parser.dart

Issue 1390353008: Add a DataUri class. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Code review changes Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/data_uri.dart » ('j') | lib/src/data_uri.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/http_parser.dart
diff --git a/lib/http_parser.dart b/lib/http_parser.dart
index 77c75c0aa9e6bbc245c46dabf64430d0f77349f3..a03c84b8b76eda13125ea73c6dbb8a5a8081f6b1 100644
--- a/lib/http_parser.dart
+++ b/lib/http_parser.dart
@@ -6,6 +6,7 @@ library http_parser;
export 'src/authentication_challenge.dart';
export 'src/case_insensitive_map.dart';
+export 'src/data_uri.dart';
export 'src/http_date.dart';
export 'src/media_type.dart';
export 'src/web_socket.dart';
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/data_uri.dart » ('j') | lib/src/data_uri.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698