Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- type WaiApplication = Application
- webService :: [XStaticFile] -> WaiApplication -> Port -> WebProtocol -> ProcessIO Void
- data WebProtocol
- = Http
- | Https (Maybe (ByteString, ByteString))
- unixService :: FilePath -> (Socket -> ProcessIO ()) -> ProcessIO Void
Documentation
type WaiApplication = Application #
webService :: [XStaticFile] -> WaiApplication -> Port -> WebProtocol -> ProcessIO Void #
data WebProtocol #
Listening mode.
Http | |
Https (Maybe (ByteString, ByteString)) |
Instances
Eq WebProtocol # | |
Defined in Butler.Core.Network (==) :: WebProtocol -> WebProtocol -> Bool # (/=) :: WebProtocol -> WebProtocol -> Bool # |