Stability | Ultra-Violence |
---|---|
Portability | I'm too young to die |
Safe Haskell | None |
Language | Haskell98 |
Network.NineP.Server
Description
Listening on sockets for the incoming requests.
Documentation
Constructors
RegularFile | |
Directory | |
Fields
|
boringDir :: (Monad m, EmbedIO m) => String -> [(String, NineFile m)] -> NineFile m #
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.
Constructors
Config | |
Fields |
run9PServer :: EmbedIO m => Config m -> IO () #
Run the actual server using the supplied configuration.