<div>Thanks,<span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">&nbsp;</span><span style="font-family: 'lucida Grande', Verdana; line-height: 23px;">Laurens. I will have a try with your advices.</span></div><div><br>Message: 2<br>Date: Thu, 21 Mar 2013 07:32:18 -0700<br>From: Laurens Van Houtven &lt;_@lvh.cc&gt;<br>Subject: Re: [Twisted-web] A Question, TIA!<br>To: Twisted Web World &lt;twisted-web@twistedmatrix.com&gt;<br>Message-ID:<br>        &lt;CAE_Hg6YN8-cf42=ddPSW2w6zJ08-R+9z=+9G0q2EHOXYyMSRdQ@mail.gmail.com&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br>Sounds like you want twisted.web.client.Agent;&nbsp; when you make a request you<br>get an IResponse object that has a deliverBody method that takes a<br>protocol. That protocol can receive chunks (dataReceived), or you could use<br>e.g. a LineReceiver if you know they're delimited chunks.<br><br><br><br></div>