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:
- 4:27fd8efb5bab
- Parent:
- 2:4b4ac59ff9b0
- Child:
- 11:72c089200302
diff -r 0f5859a9e3de -r 27fd8efb5bab README.md --- a/README.md Thu Feb 16 13:56:02 2017 +0100 +++ b/README.md Thu Feb 23 12:36:59 2017 +0100 @@ -5,10 +5,11 @@ It consists of two demo's, which you can select in ``source/select-demo.h``. * HTTP demo - * Does a GET request to [http://httpbin.org/status/418](http://httpbin.org/status/418). - * Does a POST request to [http://httpbin.org/post](http://httpbin.org/post). + * Does a GET request to http://httpbin.org/status/418. + * Does a POST request to http://httpbin.org/post. * HTTPS demo - * Does a GET request to [https://developer.mbed.org/media/uploads/mbed_official/hello.txt](https://developer.mbed.org/media/uploads/mbed_official/hello.txt). + * Does a GET request to https://developer.mbed.org/media/uploads/mbed_official/hello.txt. + * Does a POST request to https://httpbin.org/post. Response parsing is done through [nodejs/http-parser](https://github.com/nodejs/http-parser).
