This library is used to make HTTP and HTTPS calls from mbed OS 5 applications.

Fork of mbed-http by sandbox

Revision:
20:fdd457d063a8
Parent:
2:959baaa89148
--- a/http_parser/http_parser.h	Mon Sep 04 16:52:46 2017 +0100
+++ b/http_parser/http_parser.h	Mon Oct 09 14:51:53 2017 +0100
@@ -29,7 +29,7 @@
 #define HTTP_PARSER_VERSION_MINOR 7
 #define HTTP_PARSER_VERSION_PATCH 1
 
-typedef unsigned int size_t;
+#include <stddef.h>
 
 #if defined(_WIN32) && !defined(__MINGW32__) && \
   (!defined(_MSC_VER) || _MSC_VER<1600) && !defined(__WINE__)
@@ -430,4 +430,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif
\ No newline at end of file
+#endif