]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/server/static/static.factor
Move call( and execute( to core
[factor.git] / basis / http / server / static / static.factor
index 13b9efc86d55bd16d54f11a86ded7491be5b190b..bbca70d84591dab79913dc8a0ebf68f107c69d9b 100644 (file)
@@ -6,7 +6,7 @@ sorting logging calendar.format accessors splitting io io.files
 io.files.info io.directories io.pathnames io.encodings.binary\r
 fry xml.entities destructors urls html xml.syntax\r
 html.templates.fhtml http http.server http.server.responses\r
-http.server.redirection xml.writer call ;\r
+http.server.redirection xml.writer ;\r
 IN: http.server.static\r
 \r
 TUPLE: file-responder root hook special allow-listings ;\r