http-client: fix requires/provides

chris.double 2006-09-13 22:24:40 +00:00
parent b84f62192f
commit b645c7d5ae
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2005 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
REQUIRE: http ;
REQUIRES: contrib/http ;
IN: http-client
USING: errors hashtables http kernel math namespaces parser
@ -67,3 +67,5 @@ DEFER: http-get
parse-url over parse-host <client> [
post-request flush read-response stdio get contents
] with-stream ;
PROVIDE: contrib/http-client ;