]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/server/static/static.factor
factor: trim using lists
[factor.git] / basis / http / server / static / static.factor
index d594bfd35ee6c9825b3177ac34f41b299c5e789a..2587a585c59664c112a3e413da5f0e47c5e61c34 100644 (file)
@@ -3,13 +3,12 @@
 IN: http.server.static
 DEFER: file-responder ! necessary for cgi-docs
 DEFER: <static> ! necessary for cgi-docs
-USING: calendar kernel math math.order math.parser namespaces
-parser sequences strings assocs hashtables debugger mime.types
-sorting logging calendar.parser accessors splitting io io.files
-io.files.info io.directories io.pathnames io.encodings.binary
-fry xml.entities destructors urls html xml.syntax
-html.templates.fhtml http http.server http.server.responses
-http.server.redirection xml.writer locals combinators ;
+USING: accessors assocs calendar.parser combinators destructors
+html html.templates.fhtml http http.server
+http.server.redirection http.server.responses io.directories
+io.encodings.binary io.files io.files.info io.pathnames kernel
+logging math.order math.parser mime.types namespaces sequences
+sorting splitting urls xml.syntax ;
 QUALIFIED: sets
 
 TUPLE: file-responder root hook special index-names allow-listings ;