This class is wrapper for important data (like Response, DB, Middleware etc.), which is needed to han...
Definition: context.h:17
App(const char *ip="127.0.0.1", int port=80, bool isIPv6=false, const char *logFilePath=nullptr)
The main class of the framework. Each object of this class is an independent web-application, which could be configured by handlers, middleware etc.
Definition: app.h:20