[Twisted-Python] POP3 improvements

Moshe Zadka twisted at moshez.org
Tue Dec 31 05:32:35 MST 2002


On Tue, 31 Dec 2002, screwtape at froup.com wrote:

> I imagine the HTTP client would face similar issues - how does it go
> downloading large files?

One subclass saves files to filesystem (and calls a callback when done),
one subclass adds them up in a buffer and calls a callback when done.
Other suclasses are possible.

For more details, see twisted.web.client




More information about the Twisted-Python mailing list