1 #ifndef HTTP_HANDLER_WEB_USER_FOLDER_H 2 #define HTTP_HANDLER_WEB_USER_FOLDER_H 17 #endif // HTTP_HANDLER_WEB_USER_FOLDER_H Definition: wsjcpp_light_web_http_request.h:22
Definition: wsjcpp_light_web_server.h:14
HttpHandlerWebUserFolder(const std::string &sWebFolder)
Definition: http_handler_web_user_folder.cpp:6
std::string TAG
Definition: http_handler_web_user_folder.h:13
virtual bool canHandle(const std::string &sWorkerId, WsjcppLightWebHttpRequest *pRequest)
Definition: http_handler_web_user_folder.cpp:15
std::string m_sWebFolder
Definition: http_handler_web_user_folder.h:14
Definition: http_handler_web_user_folder.h:6
virtual bool handle(const std::string &sWorkerId, WsjcppLightWebHttpRequest *pRequest)
Definition: http_handler_web_user_folder.cpp:37