ESP8266 WiFi Module Web Server library

Revision:
4:759de84e790b
Parent:
3:4ef7db7a95a7
Child:
6:34d93ea4d519
--- a/ESP8266_WebServer.h	Thu Jan 01 16:27:58 2015 +0000
+++ b/ESP8266_WebServer.h	Sat Jan 03 17:36:41 2015 +0000
@@ -71,6 +71,8 @@
         void SendReply(int linkID, char const* reply, const char* mimeType, int maxAge);
         void SendFile(int linkID, FileHandle* file, const char* mimeType);
         void SendFile(int linkID, FileHandle* file, const char* mimeType, int maxAge);
+        int SendStream(int linkID, char const* reply, int StreamSize, int WindowSize, const char* mimeType, int maxAge);
+        int SendStream(int linkID, char const* reply, int WindowSize);
 };
 
 #endif
\ No newline at end of file