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:
117:a725e5ad4fad
Parent:
108:66f17386ffd4
Child:
126:62edacc9f14d
--- a/tcp/http/http.c	Fri Jan 25 17:37:51 2019 +0000
+++ b/tcp/http/http.c	Sat Jan 26 15:44:59 2019 +0000
@@ -30,7 +30,7 @@
         char* pQuery;
         char* pLastModified;
         FaultPoint = FAULT_POINT_HttpReadRequest;
-        HttpReadRequest(pRequestStream, size, &pMethod, &pPath, &pQuery, &pLastModified);
+        HttpRequestRead(pRequestStream, size, &pMethod, &pPath, &pQuery, &pLastModified);
         FaultPoint = FAULT_POINT_HttpRequestFunction;
         *pToDo = HttpRequestFunction(pPath, pLastModified, pQuery);
     }