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
Revision 30:d4efad3e89f1, committed 2018-08-24
- Comitter:
- kuwaeyoshi
- Date:
- Fri Aug 24 05:03:58 2018 +0000
- Parent:
- 29:5ad8f931e4ff
- Commit message:
- a
Changed in this revision
diff -r 5ad8f931e4ff -r d4efad3e89f1 README.md --- a/README.md Tue Mar 27 11:57:33 2018 +0200 +++ b/README.md Fri Aug 24 05:03:58 2018 +0000 @@ -1,3 +1,4 @@ + # mbed-os-example-http(s) This application demonstrates how to make HTTP and HTTPS requests and parse the response from mbed OS 5.
diff -r 5ad8f931e4ff -r d4efad3e89f1 easy-connect.lib --- a/easy-connect.lib Tue Mar 27 11:57:33 2018 +0200 +++ b/easy-connect.lib Fri Aug 24 05:03:58 2018 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/easy-connect/#542e3ab6d180e362b1344d9736ac1e8e4986934b +https://github.com/ARMmbed/easy-connect/#bf48f5b649eba3ed7b810c77c630b5eb51301311
diff -r 5ad8f931e4ff -r d4efad3e89f1 mbed-os.lib --- a/mbed-os.lib Tue Mar 27 11:57:33 2018 +0200 +++ b/mbed-os.lib Fri Aug 24 05:03:58 2018 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#2b4ff78ab0a52ef1dc3f2998908453c595e2b2c0 \ No newline at end of file +https://github.com/ARMmbed/mbed-os/#f8b140f8d7cb226e41486c5df66ac4f3ce699219
diff -r 5ad8f931e4ff -r d4efad3e89f1 source/select-demo.h --- a/source/select-demo.h Tue Mar 27 11:57:33 2018 +0200 +++ b/source/select-demo.h Fri Aug 24 05:03:58 2018 +0000 @@ -8,6 +8,6 @@ #define DEMO_HTTPS_SOCKET_REUSE 5 #define DEMO_HTTPS_CHUNKED_REQUEST 6 -#define DEMO DEMO_HTTP +#define DEMO DEMO_HTTPS #endif // _SELECT_METHOD_H_
