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

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

Issue 18438005: Move MimeMultipartTransformer and HttpBodyHandler to mime and http_server packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index 3e698490c4d45a282165769bcbb4e89bdc760ed5..0077d09442a148979b48321584e10538ef38ea99 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -33,18 +33,13 @@ 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_multipart_form_data.dart';
-part 'http_multipart_form_data_impl.dart';
part 'http_parser.dart';
part 'http_session.dart';
part 'http_utils.dart';
part 'io_sink.dart';
part 'link.dart';
-part 'mime_multipart_parser.dart';
part 'options.dart';
part 'path.dart';
part 'path_impl.dart';

Powered by Google App Engine
This is Rietveld 408576698