Set web cookie and web text editor.

This commit is contained in:
Jm Casler
2020-11-06 22:21:20 -08:00
parent bea00569fd
commit 951b4293c4
2 changed files with 157 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ void handleRoot();
void handleScriptsScriptJS();
void handleJSONChatHistoryDummy();
void replaceAll(std::string& str, const std::string& from, const std::string& to);
class HttpAPI : public PhoneAPI
{