Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of http-example by
Diff: README.md
- 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.