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

Unified Diff: pkg/http_parser/lib/http_parser.dart

Issue 250073002: Re-apply "Add a non-dart:io WebSocket implementation to http_parser." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « pkg/http_parser/CHANGELOG.md ('k') | pkg/http_parser/lib/src/bytes_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_parser/lib/http_parser.dart
diff --git a/pkg/http_parser/lib/http_parser.dart b/pkg/http_parser/lib/http_parser.dart
index 3b876d09e4f0a01f29c890370c113ecb238839a1..f9d8b8f5f1d0cd21fa5d9186a015763f2d5c85c4 100644
--- a/pkg/http_parser/lib/http_parser.dart
+++ b/pkg/http_parser/lib/http_parser.dart
@@ -7,6 +7,7 @@ library http_parser;
import 'package:string_scanner/string_scanner.dart';
export 'src/media_type.dart';
+export 'src/web_socket.dart';
const _WEEKDAYS = const ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"];
const _MONTHS = const ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
« no previous file with comments | « pkg/http_parser/CHANGELOG.md ('k') | pkg/http_parser/lib/src/bytes_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698