simplexmq-6.5.0.16: SimpleXMQ message broker
Safe HaskellSafe-Inferred
LanguageHaskell2010

Simplex.Messaging.Transport.HTTP2.File

Documentation

hReceiveFile :: (Int -> IO ByteString) -> Handle -> Word32 -> IO Int64 Source #

hSendFile :: Handle -> (Builder -> IO ()) -> Word32 -> IO () Source #

getFileChunk :: Handle -> Word32 -> IO ByteString Source #