fastcgi: removing dependency on unix-only.
parent
55525a8ba4
commit
65a79dbe4d
|
@ -14,11 +14,13 @@
|
||||||
! * REMOTE_ADDR
|
! * REMOTE_ADDR
|
||||||
|
|
||||||
USING: accessors alien.enums alien.syntax assocs combinators
|
USING: accessors alien.enums alien.syntax assocs combinators
|
||||||
combinators.smart formatting http http.server http.server.responses
|
combinators.smart formatting http http.server
|
||||||
io io.binary io.directories
|
http.server.responses io io.binary io.directories
|
||||||
io.encodings.binary io.files io.servers io.sockets
|
io.encodings.binary io.files io.servers io.sockets
|
||||||
io.streams.byte-array kernel locals math namespaces pack prettyprint
|
io.streams.byte-array kernel locals math namespaces pack
|
||||||
sequences sequences.deep strings threads urls.encoding unix.users ;
|
prettyprint sequences sequences.deep strings threads
|
||||||
|
urls.encoding ;
|
||||||
|
|
||||||
IN: fastcgi
|
IN: fastcgi
|
||||||
|
|
||||||
SYMBOL: fcgi-server
|
SYMBOL: fcgi-server
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
unix
|
|
Loading…
Reference in New Issue