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.
Revision 26:22f87edb433c, committed 2018-01-12
- Comitter:
- Jan Jongboom
- Date:
- Fri Jan 12 13:45:51 2018 +0100
- Parent:
- 25:a8be9f3a530c
- Child:
- 27:6554d4f5f1c3
- Commit message:
- Set demo back to HTTP
Changed in this revision
| README.md | Show annotated file Show diff for this revision Revisions of this file |
| source/select-demo.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/README.md Thu Jan 11 14:39:11 2018 +0100
+++ b/README.md Fri Jan 12 13:45:51 2018 +0100
@@ -2,7 +2,7 @@
This application demonstrates how to make HTTP and HTTPS requests and parse the response from mbed OS 5.
-It consists of four demo's, which you can select in ``source/select-demo.h``.
+It consists of six demo's, which you can select in ``source/select-demo.h``.
* HTTP demo:
* Does a GET request to http://httpbin.org/status/418.
--- a/source/select-demo.h Thu Jan 11 14:39:11 2018 +0100 +++ b/source/select-demo.h Fri Jan 12 13:45:51 2018 +0100 @@ -8,6 +8,6 @@ #define DEMO_HTTPS_SOCKET_REUSE 5 #define DEMO_HTTPS_CHUNKED_REQUEST 6 -#define DEMO DEMO_HTTPS_CHUNKED_REQUEST +#define DEMO DEMO_HTTP #endif // _SELECT_METHOD_H_