fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Public Member Functions | Private Attributes | List of all members
HttpHandlerWebAdminFolder Class Reference

#include <http_handler_web_admin_folder.h>

Inheritance diagram for HttpHandlerWebAdminFolder:
Inheritance graph
[legend]
Collaboration diagram for HttpHandlerWebAdminFolder:
Collaboration graph
[legend]

Public Member Functions

 HttpHandlerWebAdminFolder (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

- Private Member Functions inherited from WsjcppLightWebHttpHandlerBase
 WsjcppLightWebHttpHandlerBase (const std::string &sName)
 
const std::string & name ()
 

Constructor & Destructor Documentation

◆ HttpHandlerWebAdminFolder()

HttpHandlerWebAdminFolder::HttpHandlerWebAdminFolder ( const std::string &  sWebFolder)

Member Function Documentation

◆ canHandle()

bool HttpHandlerWebAdminFolder::canHandle ( const std::string &  sWorkerId,
WsjcppLightWebHttpRequest pRequest 
)
virtual

◆ handle()

bool HttpHandlerWebAdminFolder::handle ( const std::string &  sWorkerId,
WsjcppLightWebHttpRequest pRequest 
)
virtual

Member Data Documentation

◆ m_sWebFolder

std::string HttpHandlerWebAdminFolder::m_sWebFolder
private

◆ TAG

std::string HttpHandlerWebAdminFolder::TAG
private

The documentation for this class was generated from the following files: