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

Unified Diff: sdk/lib/io/io.dart

Issue 13996024: Add the HttpBodyHandler files to the dart:io library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | tests/standalone/io/http_body_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index ac08c0a74735d57f306135393222db272d045b02..56943c5b914ab76c33d6473c7f227d7e694f2310 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -36,6 +36,8 @@ part 'file.dart';
part 'file_impl.dart';
part 'file_system_entity.dart';
part 'http.dart';
+part 'http_body.dart';
+part 'http_body_impl.dart';
part 'http_headers.dart';
part 'http_impl.dart';
part 'http_parser.dart';
« no previous file with comments | « no previous file | tests/standalone/io/http_body_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698