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