WiFi WebServer for ESP8266
Fork of ESP8266_WebServer by
Diff: ESP8266_WebServer.h
- Revision:
- 4:759de84e790b
- Parent:
- 3:4ef7db7a95a7
- Child:
- 6:34d93ea4d519
diff -r 4ef7db7a95a7 -r 759de84e790b ESP8266_WebServer.h --- 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