8 #ifndef CPPWEBCONTROLLER_H 9 #define CPPWEBCONTROLLER_H 11 #include "controller.h" 14 #include "cppwebframework_global.h" 33 #endif // CPPWEBCONTROLLER_H virtual void doGet(Request &req, Response &resp) const
This is an virtual method that can be overloaded to attend the get request method.
Definition: controller.h:53
The Request class holds all information about a http request.
Definition: request.h:27
The Controller class is responsable to attend a request from a specific url. You will need to create ...
Definition: controller.h:28
The Response class is responsable to response a Http request.
Definition: response.h:25
This class is responsible for displaying the standard pages of C++ Web Framework: index...
Definition: cppwebcontroller.h:20