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:
73:43e3d7fb3d60
Parent:
71:736a5747ade1
Child:
79:f50e02fb5c94
--- a/tcp/http/http.h	Mon Oct 22 10:24:58 2018 +0000
+++ b/tcp/http/http.h	Tue Oct 23 06:46:50 2018 +0000
@@ -21,7 +21,7 @@
 extern void (*HttpReplyFunction)(int todo);
 
 extern bool   HttpTrace;
-extern void   HttpHandleRequest(int* pSize, char* pRequestStream, int positionInRequestStream, int* pToDo);
+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   HttpDateFromDateTime(const char* date, const char *ptime, char* ptext);