A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
61:aad055f1b0d1
Parent:
55:e64b8b47a2b6
Child:
71:736a5747ade1
--- a/tcp/http/http.h	Sat Dec 16 14:39:50 2017 +0000
+++ b/tcp/http/http.h	Thu Jan 11 17:38:21 2018 +0000
@@ -1,3 +1,7 @@
+#include <stdbool.h>
+#include <stdarg.h>
+#include <stdint.h>
+
 extern void   HttpAddChar  (char c);
 extern void   HttpFillChar (char c, int length);
 extern int    HttpAddText  (const char* text);