httpd module split up

slava 2006-09-06 08:25:43 +00:00
parent 079a96f2f0
commit 79cddc55e7
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
REQUIRE: http ;
IN: http-client IN: http-client
USING: errors hashtables http kernel math namespaces parser USING: errors hashtables http kernel math namespaces parser
sequences io strings ; sequences io strings ;

View File

@ -1,6 +1,6 @@
USING: io ; USING: io ;
REQUIRES: calendar embedded ; REQUIRES: calendar embedded http ;
PROVIDE: httpd { PROVIDE: httpd {
"mime.factor" "mime.factor"