CO528 - Assessment 3 - Guard Room Project

Dependencies:   C12832 MMA7660 mbed-http

Fork of http-example by sandbox

Revision:
4:27fd8efb5bab
Parent:
2:4b4ac59ff9b0
Child:
11:72c089200302
--- 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).