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:
79:f50e02fb5c94
Parent:
73:43e3d7fb3d60
Child:
96:43eb7a110f1a
--- a/tcp/http/http.h	Mon Nov 05 19:27:19 2018 +0000
+++ b/tcp/http/http.h	Sun Nov 11 15:44:23 2018 +0000
@@ -21,8 +21,8 @@
 extern void (*HttpReplyFunction)(int todo);
 
 extern bool   HttpTrace;
-extern void   HttpHandleRequest(int   size, char* pRequestStream, int positionInRequestStream, int* pToDo);
-extern void   HttpSendReply    (int* pSize, char* pReplyStream,   int positionInReplyStream, uint16_t mss, int todo);
+extern void   HttpHandleRequest(int   size, char* pRequestStream, uint32_t positionInRequestStream, int* pToDo);
+extern void   HttpSendReply    (int* pSize, char* pReplyStream,   uint32_t positionInReplyStream, uint16_t mss, int todo);
 
 extern void   HttpDateFromDateTime(const char* date, const char *ptime, char* ptext);
 extern void   HttpDateFromNow(char* pText);