11 #include "filemanager.h" 14 #include "controller.h" 15 #include "filterchain.h" 16 #include "httpparser.h" 17 #include "constants.h" 18 #include "requestdispatcher.h" 19 #include "cppwebframework_global.h" 41 void write(
Response &response,
const QString &path,
const QString &url,
const QByteArray &name,
const QByteArray &value)
const;
54 void doFilter(CWF::Request &request, CWF::Response &response);
59 #endif // FILTERCHAIN_H The FilterChain class is responsable to dispatch a requisition. This class was built to work with Fil...
Definition: filterchain.h:29
The Controller class is responsable to attend a request from a specific url. You will need to create ...
Definition: controller.h:28
All classes of C++ Web Framework are contained within the namespace CWF.
Definition: configuration.h:24
The Response class is responsable to response a Http request.
Definition: response.h:25