a

Dependencies:   mbed-http

Fork of http-example by sandbox

Files at this revision

API Documentation at this revision

Comitter:
kuwaeyoshi
Date:
Fri Aug 24 05:03:58 2018 +0000
Parent:
29:5ad8f931e4ff
Commit message:
a

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
easy-connect.lib Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib 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	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.
--- 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
--- 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
--- 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_