8 #ifndef REQUESTDISPATCHER_H 9 #define REQUESTDISPATCHER_H 12 #include "cppwebframework_global.h" 39 void forward(CWF::Request &request, CWF::Response &response);
44 #endif // REQUESTDISPATCHER_H The Request class holds all information about a http request.
Definition: request.h:27
The RequestDispatcher class can be used to dispatch a requisition to a page.
Definition: requestdispatcher.h:20
~RequestDispatcher()
Virtual destructor.
Definition: requestdispatcher.h:31
The Response class is responsable to response a Http request.
Definition: response.h:25
RequestDispatcher(const QString &file)
This constructor receives a file name.
Definition: requestdispatcher.h:27