Update usings
parent
9b045043ac
commit
845c30496d
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 )
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue