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.
! See http://factor.sf.net/license.txt for BSD license.
! See http://factorcode.org/license.txt for BSD license.
REQUIRE: http ;
IN: http-client
USING: errors hashtables http kernel math namespaces parser
sequences io strings ;

View File

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