Chromium Code Reviews| Index: pkg/http/lib/src/utils.dart |
| diff --git a/pkg/http/lib/src/utils.dart b/pkg/http/lib/src/utils.dart |
| index 5092ed1e6abf3530e00b4fd189bc37d0f39c62d5..3ad760bff025516470374130107731d799549f1b 100644 |
| --- a/pkg/http/lib/src/utils.dart |
| +++ b/pkg/http/lib/src/utils.dart |
| @@ -5,13 +5,15 @@ |
| library utils; |
| import 'dart:async'; |
| -import 'dart:crypto'; |
| import 'dart:io'; |
| import 'dart:typed_data'; |
| import 'dart:utf'; |
| +import "package:crypto/crypto.dart"; |
| + |
| import 'byte_stream.dart'; |
| + |
|
nweiz
2013/05/28 18:35:04
Extra newline.
Søren Gjesse
2013/05/29 07:38:08
Removed.
|
| /// Converts a URL query string (or `application/x-www-form-urlencoded` body) |
| /// into a [Map] from parameter names to values. |
| /// |