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:
15:ffc77f212382
Child:
23:15fa2726f793
--- a/source/https_request.h	Mon Sep 04 16:52:46 2017 +0100
+++ b/source/https_request.h	Sat Nov 18 14:03:26 2017 +0100
@@ -28,6 +28,10 @@
 #include "http_parsed_url.h"
 #include "tls_socket.h"
 
+#ifndef HTTP_RECEIVE_BUFFER_SIZE
+#define HTTP_RECEIVE_BUFFER_SIZE 8 * 1024
+#endif
+
 /**
  * \brief HttpsRequest implements the logic for interacting with HTTPS servers.
  */