HTTPClient non-blocking HTTP GET

24 Jul 2014

Is it possible to do a non-blocking HTTP GET in the current HTTPClient/socket library?

I searched around a bit, but I could only find this example which seems to be for the old network stack: http://mbed.org/users/donatien/code/HTTPClientStreamingExample/file/b69bca736df0/HTTPClientStreamingExample.cpp

As far as I can see in the documentation for HTTPClient, both versions of the GET call are blocking: https://mbed.org/users/donatien/notebook/http-client/