| Index: pkg/shelf/lib/src/request.dart
|
| diff --git a/pkg/shelf/lib/src/request.dart b/pkg/shelf/lib/src/request.dart
|
| index ed9fdd781b7759f0cabfbbea6db49d6206d5ac47..75ef8653e1c23c6126ddc5de822bcfa3396d4fb8 100644
|
| --- a/pkg/shelf/lib/src/request.dart
|
| +++ b/pkg/shelf/lib/src/request.dart
|
| @@ -9,10 +9,10 @@ import 'dart:collection';
|
|
|
| // TODO(kevmoo): use UnmodifiableMapView from SDK once 1.4 ships
|
| import 'package:collection/wrappers.dart' as pc;
|
| +import 'package:http_parser/http_parser.dart';
|
| import 'package:path/path.dart' as p;
|
|
|
| import 'message.dart';
|
| -import 'util.dart';
|
|
|
| /// Represents an HTTP request to be processed by a Shelf application.
|
| class Request extends Message {
|
|
|