Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.HTTP2.Server.Internal
Contents
Synopsis
- newtype Request = Request InpObj
- newtype Response = Response OutObj
- data Aux = Aux {
- auxTimeHandle :: Handle
- auxMySockAddr :: SockAddr
- auxPeerSockAddr :: SockAddr
- data Stream
- data ServerIO a = ServerIO {
- sioMySockAddr :: SockAddr
- sioPeerSockAddr :: SockAddr
- sioReadRequest :: IO (a, Request)
- sioWriteResponse :: a -> Response -> IO ()
- runIO :: ServerConfig -> Config -> (ServerIO Stream -> IO (IO ())) -> IO ()
Documentation
Constructors
Request InpObj |
Constructors
Response OutObj |
Constructors
Aux | |
Fields
|
Low level
Constructors
ServerIO | |
Fields
|