| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
SecondTransfer.MainLoop.Internal
Documentation
readNextChunkAndContinue Source
Arguments
| :: Monad m | |
| => LengthCallback | How to know if we can split somewhere |
| -> ByteString | Input left-overs |
| -> m ByteString | Generator action |
| -> m (ByteString, ByteString) | Packet bytes and left-overs. |
http2FrameLength :: LengthCallback Source
type OutputFrame = (EncodeInfo, FramePayload) Source
type InputFrame = Frame Source