Fork of SandBox's original mbed-http (https://os.mbed.com/teams/sandbox/code/mbed-http/) and update for MbedOS6+ Content of TESTS folder was replaced with basic examples form original SandBox's HelloWorld

Revision:
20:0e63d6a93c02
Parent:
17:6e0025e01b98
Child:
22:71fc1b1894f8
--- a/source/http_request.h	Mon Sep 04 16:52:46 2017 +0100
+++ b/source/http_request.h	Sat Nov 18 14:03:26 2017 +0100
@@ -32,6 +32,9 @@
  *      - Userinfo parameter is not handled
  */
 
+#ifndef HTTP_RECEIVE_BUFFER_SIZE
+#define HTTP_RECEIVE_BUFFER_SIZE 8 * 1024
+#endif
 
 /**
  * \brief HttpRequest implements the logic for interacting with HTTP servers.