#649 - First pass on the refactoring of the webserver

This commit is contained in:
Jm
2021-01-19 21:26:23 -08:00
parent 1da38fc748
commit e4fdf26dc7
5 changed files with 986 additions and 919 deletions

View File

@@ -8,31 +8,10 @@
void initWebServer();
void createSSLCert();
void handleNotFound();
void handleWebResponse();
//void handleHotspot();
//void handleStyleCSS();
//void handleRoot();
// Interface to the PhoneAPI to access the protobufs with messages
class HttpAPI : public PhoneAPI
{
public:
// Nothing here yet
private:
// Nothing here yet
protected:
// Nothing here yet
};
class WebServerThread : private concurrency::OSThread
{