Update usings
parent
9b045043ac
commit
845c30496d
|
@ -10,7 +10,7 @@ io.encodings.ascii
|
|||
io.encodings.8-bit
|
||||
io.encodings.binary
|
||||
io.streams.duplex
|
||||
fry debugger summary ascii urls present
|
||||
fry debugger summary ascii urls urls.encoding present
|
||||
http http.parsers ;
|
||||
IN: http.client
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: namespaces kernel assocs io.files io.streams.duplex
|
||||
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
|
||||
|
||||
: cgi-variables ( script-path -- assoc )
|
||||
|
|
|
@ -14,7 +14,7 @@ io.encodings.binary
|
|||
io.streams.limited
|
||||
io.servers.connection
|
||||
io.timeouts
|
||||
fry logging logging.insomniac calendar urls
|
||||
fry logging logging.insomniac calendar urls urls.encoding
|
||||
http
|
||||
http.parsers
|
||||
http.server.responses
|
||||
|
|
Loading…
Reference in New Issue