http-monad-0.1.1.2: Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation
Network.Monad.Transfer.ChunkyLazyIO
class C body => Body body where Source #
Minimal complete definition
length
Methods
length :: body -> Int Source #
Instances
length :: ByteString -> Int Source #
length :: [char] -> Int Source #
transfer Source #
Arguments
chunk size, only relevant for readBlock.
readBlock
run Source #
dictionary for read and write methods
chunk size