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

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

Issue 18576006: Remove _HttpUtils from dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated comments and add encoding tests. Created 7 years, 5 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 | « sdk/lib/io/http_utils.dart ('k') | sdk/lib/io/iolib_sources.gypi » ('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 85fbdbf9c8b8ade6d318414ca7bc633fd7e29489..e5914a99de47baee1aba4c69155fd2dcf60d703b 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -36,13 +36,13 @@ part 'file_system_entity.dart';
part 'http.dart';
part 'http_body.dart';
part 'http_body_impl.dart';
+part 'http_date.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';
« no previous file with comments | « sdk/lib/io/http_utils.dart ('k') | sdk/lib/io/iolib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698