Stability | Ultra-Violence |
---|---|
Portability | I'm too young to die |
Safe Haskell | None |
Language | Haskell98 |
Listening on sockets for the incoming requests.
Documentation
RegularFile | |
Directory | |
|
boringFile :: (Monad m, EmbedIO m) => String -> NineFile m Source #
A dumb file that can't do anything.
boringDir :: (Monad m, EmbedIO m) => String -> [(String, NineFile m)] -> NineFile m Source #
A dumb directory that can't do anything but provide the files it contains. An user can create files, but they won't show up in listing and will essentially be boringFile
s.
Server configuration.