updated to latest shelf
diff --git a/pubspec.yaml b/pubspec.yaml
index e3acc71..89ed67e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,7 @@
 version: 0.0.0-dev
 description: Static file server support for Shelf
 dependencies:
-  shelf: '>=0.2.0 <0.3.0'
+  shelf: '>=0.3.0 <0.4.0'
 dev_dependencies:
   hop: '>=0.30.2 <0.31.0'
   scheduled_test: '>=0.10.0 <0.11.0'
diff --git a/test/test_util.dart b/test/test_util.dart
index 8c12c19..a8d48ae 100644
--- a/test/test_util.dart
+++ b/test/test_util.dart
@@ -13,5 +13,5 @@
 Future<Response> makeRequest(Handler handler, String path) =>
     syncFuture(() => handler(_fromPath(path)));
 
-Request _fromPath(String path) => new Request(path, '', 'GET', '', '1.1', 0,
+Request _fromPath(String path) => new Request(path, '', 'GET', '', '1.1',
     Uri.parse('http://localhost' + path), {});