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:
55:e64b8b47a2b6
Parent:
54:84ef2b29cf7e
Child:
61:aad055f1b0d1
--- a/tcp/http/http.h	Mon Nov 13 08:06:55 2017 +0000
+++ b/tcp/http/http.h	Mon Nov 13 21:46:31 2017 +0000
@@ -17,7 +17,7 @@
 extern void (*HttpReplyFunction)(int todo);
 
 extern bool   HttpTrace;
-extern int    HttpHandleRequest(void (*traceback)(void), int* pSize, char* pRequestStream, int positionInRequestStream, char* pReplyStream, int positionInReplyStream, uint16_t mss, int* pToDo);
+extern int    HttpHandleRequest(int* pSize, char* pRequestStream, int positionInRequestStream, char* pReplyStream, int positionInReplyStream, uint16_t mss, int* pToDo);
 
 extern void   HttpDateFromDateTime(const char* date, const char *ptime, char* ptext);
 extern void   HttpDateFromNow(char* pText);