http-monad-0.0.1: Monad abstraction for HTTP communication allowing lazy transfer and non-I/O simulationSource codeContentsIndex
Network.Monad.Transfer.ChunkyLazyIO
Documentation
class C body => Body body whereSource
Methods
length :: body -> IntSource
show/hide Instances
transferSource
:: (HStream body, Body body)
=> Int
-> HandleStream body
-> T T body
runSource
:: (HStream body, Body body)
=> T body T achunk size
-> Int
-> HandleStream body
-> IO a
Produced by Haddock version 2.6.0