this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Revision:
102:9748f290a1a5
Parent:
100:80ef4bc31b7a
Child:
103:7b566b522427
--- a/source/common_config.h	Mon Apr 22 19:36:31 2019 +0000
+++ b/source/common_config.h	Wed Apr 24 17:34:17 2019 +0000
@@ -35,6 +35,10 @@
 #define BTLE_PEER_HANDLE          0x01
 #define DEFAULT_LOCAL_PORT        0
 #define PQDSZ   2  // size of Pool/Queue data structures
+#define MAX_HTTP_HDR_LEN          512
+#define HTTP_HEADER_START_LINE    "HTTP/1.1 "
+#define HTTP_HEADER_CONTENT_TYPE  "Content-Type:"
+#define HTTP_HEADER_CONTENT_LEN   "Content-Length:"
 
 typedef enum
 {