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

Unified Diff: lib/http_parser.dart

Issue 1307353003: Add an AuthenticationChallenge class. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Created 5 years, 4 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
Index: lib/http_parser.dart
diff --git a/lib/http_parser.dart b/lib/http_parser.dart
index 0aa9cea6b725595576df994f47bad4b84fcb1252..f5921ee06c66ce266156ccc67465983f535ad015 100644
--- a/lib/http_parser.dart
+++ b/lib/http_parser.dart
@@ -4,6 +4,7 @@
library http_parser;
+export 'src/authentication_challenge.dart';
export 'src/http_date.dart';
export 'src/media_type.dart';
export 'src/web_socket.dart';

Powered by Google App Engine
This is Rietveld 408576698