diff --git a/extra/http/http-tests.factor b/extra/http/http-tests.factor
index 7ddf6cf3aa..52ae9c3e38 100755
--- a/extra/http/http-tests.factor
+++ b/extra/http/http-tests.factor
@@ -1,8 +1,8 @@
-USING: http tools.test multiline tuple-syntax io.streams.string
-io.encodings.utf8 io.encodings.8-bit io.encodings.binary
-io.encodings.string kernel arrays splitting sequences assocs
-io.sockets db db.sqlite continuations urls hashtables accessors
-;
+USING: http http.server http.client tools.test multiline
+tuple-syntax io.streams.string io.encodings.utf8
+io.encodings.8-bit io.encodings.binary io.encodings.string
+kernel arrays splitting sequences assocs io.sockets db db.sqlite
+continuations urls hashtables accessors ;
 IN: http.tests
 
 [ "text/plain" latin1 ] [ "text/plain" parse-content-type ] unit-test