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

Unified Diff: pkg/http/lib/http.dart

Issue 11363094: Add a multipart HTTP request class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 8 years, 1 month 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 | pkg/http/lib/src/multipart_file.dart » ('j') | pkg/http/lib/src/multipart_file.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http/lib/http.dart
diff --git a/pkg/http/lib/http.dart b/pkg/http/lib/http.dart
index 95a67c33b25d2fe95d6ed0b0ee8c505b327858ed..d13b2fb6f10e5cfef79927411420234ddca17540 100644
--- a/pkg/http/lib/http.dart
+++ b/pkg/http/lib/http.dart
@@ -66,6 +66,8 @@ export 'src/base_client.dart';
export 'src/base_request.dart';
export 'src/base_response.dart';
export 'src/client.dart';
+export 'src/multipart_file.dart';
+export 'src/multipart_request.dart';
export 'src/request.dart';
export 'src/response.dart';
export 'src/streamed_request.dart';
« no previous file with comments | « no previous file | pkg/http/lib/src/multipart_file.dart » ('j') | pkg/http/lib/src/multipart_file.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698