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

Unified Diff: pkg/http_server/lib/src/http_multipart_form_data_impl.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: Remove import. 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 | « pkg/http_server/lib/src/http_multipart_form_data.dart ('k') | pkg/http_server/test/http_body_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_server/lib/src/http_multipart_form_data_impl.dart
diff --git a/sdk/lib/io/http_multipart_form_data_impl.dart b/pkg/http_server/lib/src/http_multipart_form_data_impl.dart
similarity index 99%
rename from sdk/lib/io/http_multipart_form_data_impl.dart
rename to pkg/http_server/lib/src/http_multipart_form_data_impl.dart
index 8531a9522d7e4d5c838d2a35517e559303cab148..de7c53c63445ab7e9b217ec2c6d00ad9ad8c77dc 100644
--- a/sdk/lib/io/http_multipart_form_data_impl.dart
+++ b/pkg/http_server/lib/src/http_multipart_form_data_impl.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of dart.io;
+part of http_server;
class _HttpMultipartFormData extends Stream implements HttpMultipartFormData {
@@ -136,4 +136,3 @@ class _HttpMultipartFormData extends Stream implements HttpMultipartFormData {
return buffer.toString();
}
}
-
« no previous file with comments | « pkg/http_server/lib/src/http_multipart_form_data.dart ('k') | pkg/http_server/test/http_body_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698