Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
http2Attendant :: CoherentWorker -> Attendant Source
The type of this function is equivalent to:
http2Attendant :: CoherentWorker -> PushAction -> PullAction -> CloseAction -> IO ()
Given a CoherentWorker
, this function wraps it with flow control, multiplexing,
and state maintenance needed to run an HTTP/2 session.