30 #ifndef CPPWEBAPPLICATION_H 31 #define CPPWEBAPPLICATION_H 34 #include <QCoreApplication> 35 #include <QMessageLogContext> 36 #include "cppwebserver.h" 37 #include "cppwebframework_global.h" 46 QCoreApplication application;
84 template<
typename CONTROLLER>
98 #endif // CPPWEBAPPLICATION_H This class is responsible for encapsulating the QCoreApplication, the CppWebServer and configure the ...
Definition: cppwebapplication.h:44
void addController(const QString &url) noexcept
Hitches a url to a Controller.
Definition: cppwebserver.h:62
The CppWebServer class is a HTTP server, responsable to receive and dispatch the requisitions.
Definition: cppwebserver.h:33
The Filter class works like a filter. You can use this class to validate sessions or measuring runtim...
Definition: filter.h:23
All classes of C++ Web Framework are contained within the namespace CWF.
Definition: configuration.h:24
void addController(const QString &url) noexcept
Hitches a url to a Controller.
Definition: cppwebapplication.h:85