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