Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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.