| 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",
|
|
|