fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
#include <http_handler_web_user_folder.h>
Public Member Functions | |
HttpHandlerWebUserFolder (const std::string &sWebFolder) | |
virtual bool | canHandle (const std::string &sWorkerId, WsjcppLightWebHttpRequest *pRequest) |
virtual bool | handle (const std::string &sWorkerId, WsjcppLightWebHttpRequest *pRequest) |
Private Attributes | |
std::string | TAG |
std::string | m_sWebFolder |
Additional Inherited Members | |
![]() | |
WsjcppLightWebHttpHandlerBase (const std::string &sName) | |
const std::string & | name () |
HttpHandlerWebUserFolder::HttpHandlerWebUserFolder | ( | const std::string & | sWebFolder | ) |
|
virtual |
Implements WsjcppLightWebHttpHandlerBase.
|
virtual |
Implements WsjcppLightWebHttpHandlerBase.
|
private |
|
private |