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: sdk/lib/io/io.dart

Issue 14019002: Introduce new HttpBodyHandler to easily extract full body of HttpRequest and HttpClientResponse. (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
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index 9b1c418835c07f1703a0e00a4027643f563a52f7..ecaf427e1edef9c8472d07a437c24d84809a98f3 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -18,6 +18,7 @@ import 'dart:collection' show Queue,
DoubleLinkedQueueEntry;
import 'dart:crypto';
import 'dart:isolate';
+import 'dart:json' as JSON;
import 'dart:math';
import 'dart:uri';
import 'dart:utf';

Powered by Google App Engine
This is Rietveld 408576698