factor/contrib/httpd/load.factor

9 lines
481 B
Factor
Raw Normal View History

2006-01-18 14:06:34 -05:00
IN: scratchpad
USING: words kernel parser sequences io compiler ;
{ "http-common" "mime" "html-tags" "html" "responder" "httpd" "file-responder" "cont-responder" "browser-responder" "default-responders" "http-client"
"test/html" "test/http-client" "test/httpd" "test/url-encoding" }
[ "contrib/httpd/" swap ".factor" append3 run-file ] each
{ "browser-responder" "cont-responder" "httpd" "file-responder" "html" "http-client" "http" "xml" }
[ words [ try-compile ] each ] each