packages feed

second-transfer-0.2.0.0: hs-src/SecondTransfer/MainLoop/Internal.hs

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)