http.server.cgi: different fix maybe.

db4
John Benediktsson 2015-10-02 11:25:36 -07:00
parent 761f0d630e
commit 36c002f567
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
USING: namespaces kernel assocs io.files io.streams.duplex USING: namespaces kernel assocs io.files io.streams.duplex
combinators arrays io.launcher io.encodings io.encodings.binary io combinators arrays io.launcher io.encodings io.encodings.binary io
http.server.static http.server http accessors sequences strings http.server.static http.server http accessors sequences strings
math.parser fry urls urls.encoding calendar make ; math.parser fry urls urls.encoding calendar make vocabs ;
<< "http.server" require >> ! necessary for cgi-docs
IN: http.server.cgi IN: http.server.cgi
: cgi-variables ( script-path -- assoc ) : cgi-variables ( script-path -- assoc )