<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I'm trying to write a program that will download possibly large files using HTTP.</div><div><br></div>In Real World Haskell I read:<div><br></div><div>Warning<p id="x_tv"><a mlb_ignore="true" name="x_tv"></a>
        The HTTP library used here does not read the HTTP result
        lazily.  As a result, it can result in the consumption of a
        large amount of RAM when downloading large files such as
        podcasts.  Other libraries are available that do not have this
        limitation.  We used this one because it is stable, easy to
        install, and reasonably easy to use.  We suggest mini-http,
        available from Hackage, for serious HTTP needs.</p><p id="x_tv">Looking at&nbsp;<a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-minihttp">http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-minihttp</a> I see that minihttp is deprecated. Is there a replacement I can use?</p><p id="x_tv">/ Adam Bergmark</p></div></body></html>