1 #ifndef __ENGINESERVER_H__
2 #define __ENGINESERVER_H__
5 #include "engine/HTTPServer.h"
7 #define ARCH_VERSION_TXT "3.0.0"
28 #endif //__ENGINESERVER_H__
The base class of the archive engines.
Definition: Engine.h:18
EngineServer(short port, class Engine *engine)
Constructor creates and starts the HTTPServer for given engine.
HTTP Server of the Engine.
Definition: EngineServer.h:12
~EngineServer()
Stop and delete the HTTPServer.
An in-memory web server.
Definition: HTTPServer.h:85
static bool run_main_loop
flag
Definition: EngineServer.h:24