httpd module split up
parent
079a96f2f0
commit
79cddc55e7
|
@ -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 ;
|
|
@ -1,6 +1,6 @@
|
|||
USING: io ;
|
||||
|
||||
REQUIRES: calendar embedded ;
|
||||
REQUIRES: calendar embedded http ;
|
||||
|
||||
PROVIDE: httpd {
|
||||
"mime.factor"
|
||||
|
|
Loading…
Reference in New Issue