thingspark example

Dependencies:   MbedJSONValue mbed-http HTS221

Revision:
25:a8be9f3a530c
Parent:
23:6a9d776c9794
Child:
26:22f87edb433c
--- a/README.md	Wed Jan 03 11:26:52 2018 +0000
+++ b/README.md	Thu Jan 11 14:39:11 2018 +0100
@@ -12,6 +12,8 @@
     * Does a POST request to https://httpbin.org/post.
 * HTTP demo with socket re-use.
 * HTTPS demo with socket re-use.
+* HTTP demo over IPv6.
+* HTTPS demo with chunked requests.
 
 Response parsing is done through [nodejs/http-parser](https://github.com/nodejs/http-parser).
 
@@ -43,3 +45,4 @@
 * K64F with Ethernet.
 * NUCLEO_F411RE with ESP8266.
 * ODIN-W2 with WiFi.
+* K64F with Atmel 6LoWPAN shield.