HTTPClient Library and reading a large web page

03 Dec 2012

I am attempting to use the HTTP Client library (under the new EthernetInterface library) and I want to read in certain parts of a web page. But the web page is to large to hold in memory at once (and I'd rather not use up a lot of memory in any event). Is there a way to read a portion at a time, preferably line by line.

In the code a HTTPClient.get method can be called with an IHTTPDataIn parameter which looks like it might fill the bill but it isn't documented.