second-transfer-0.4.0.0: Second Transfer HTTP/2 web server

Safe HaskellNone
LanguageHaskell2010

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