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:
32:fa4d71265625
Parent:
29:383e9bfbfbed
Parent:
31:b3730a2c4f39
--- a/http_parser/http_parser.h	Thu Sep 06 14:01:09 2018 -0500
+++ b/http_parser/http_parser.h	Tue Oct 30 11:02:12 2018 +0800
@@ -20,6 +20,7 @@
  */
 #ifndef http_parser_h
 #define http_parser_h
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -29,8 +30,6 @@
 #define HTTP_PARSER_VERSION_MINOR 7
 #define HTTP_PARSER_VERSION_PATCH 1
 
-#include "stdlib.h"
-
 #if defined(_WIN32) && !defined(__MINGW32__) && \
   (!defined(_MSC_VER) || _MSC_VER<1600) && !defined(__WINE__)
 #include <BaseTsd.h>