Safe Haskell | None |
---|---|
Language | Haskell2010 |
Zeit.Now
Synopsis
- data NowInput = NowInput {}
- data NowOutput = NowOutput {}
- data NowOutputBody
- = TextBody !Text
- | BytesBody !ByteString
- type EventHandler i o = i -> IO o
- runloop :: EventHandler NowInput NowOutput -> IO ()
- type HeaderName = CI ByteString
- type Method = ByteString
- module Network.HTTP.Types.Status
Documentation
Constructors
NowInput | |
Fields |
Constructors
NowOutput | |
Fields |
data NowOutputBody Source #
Constructors
TextBody !Text | |
BytesBody !ByteString |
type EventHandler i o = i -> IO o Source #
type HeaderName = CI ByteString #
Header name
type Method = ByteString #
HTTP method (flat string type).
module Network.HTTP.Types.Status