Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Wai.Cli
Documentation
data GracefulMode #
Constructors
ServeNormally | |
Serve503 |
data WaiOptions #
Constructors
WaiOptions | |
Fields
|
Instances
runActivated :: (Settings -> Socket -> Application -> IO ()) -> Settings -> Application -> IO () #
runGraceful :: GracefulMode -> (Settings -> Application -> IO ()) -> Settings -> Application -> IO () #
waiMain :: (WaiOptions -> IO ()) -> (WaiOptions -> IO ()) -> Application -> IO () #
defPutListening :: WaiOptions -> IO () #
defWaiMain :: Application -> IO () #