second-transfer-0.5.0.0: hs-src/SecondTransfer/MainLoop/Internal.hs
{-# OPTIONS_HADDOCK hide #-}
module SecondTransfer.MainLoop.Internal(
readNextChunkAndContinue
,http2FrameLength
,OutputFrame
,InputFrame
) where
import SecondTransfer.MainLoop.Framer(readNextChunkAndContinue)
import SecondTransfer.Http2.Framer(http2FrameLength)
import SecondTransfer.Http2.Session(OutputFrame, InputFrame)