Update usings

db4
Slava Pestov 2008-09-29 19:49:17 -05:00
parent 9b045043ac
commit 845c30496d
3 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@ io.encodings.ascii
io.encodings.8-bit io.encodings.8-bit
io.encodings.binary io.encodings.binary
io.streams.duplex io.streams.duplex
fry debugger summary ascii urls present fry debugger summary ascii urls urls.encoding present
http http.parsers ; http http.parsers ;
IN: http.client IN: http.client

View File

@ -2,7 +2,8 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: namespaces kernel assocs io.files io.streams.duplex USING: namespaces kernel assocs io.files io.streams.duplex
combinators arrays io.launcher io http.server.static http.server combinators arrays io.launcher io http.server.static http.server
http accessors sequences strings math.parser fry urls ; http accessors sequences strings math.parser fry urls
urls.encoding ;
IN: http.server.cgi IN: http.server.cgi
: cgi-variables ( script-path -- assoc ) : cgi-variables ( script-path -- assoc )

View File

@ -14,7 +14,7 @@ io.encodings.binary
io.streams.limited io.streams.limited
io.servers.connection io.servers.connection
io.timeouts io.timeouts
fry logging logging.insomniac calendar urls fry logging logging.insomniac calendar urls urls.encoding
http http
http.parsers http.parsers
http.server.responses http.server.responses