WiFi WebServer for ESP8266
Fork of ESP8266_WebServer by
Diff: ESP8266_WebServer.h
- Revision:
- 1:1c4333ce7448
- Parent:
- 0:56c72c87d2f5
- Child:
- 2:6079554681d6
--- a/ESP8266_WebServer.h Thu Jan 01 10:11:55 2015 +0000 +++ b/ESP8266_WebServer.h Thu Jan 01 10:22:31 2015 +0000 @@ -65,6 +65,7 @@ void Send404Error(int linkID); void SendReply(int linkID, std::string reply, const char* mimeType); void SendReply(int linkID, const char* reply, int replySize, const char* mimeType); + void SendFile(int linkID, FileHandle* file, const char* mimeType); }; #endif \ No newline at end of file