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
HttpHandlerWebUserFolder Class Reference

#include <http_handler_web_user_folder.h>

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

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

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

Constructor & Destructor Documentation

◆ HttpHandlerWebUserFolder()

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

Member Function Documentation

◆ canHandle()

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

◆ handle()

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

Member Data Documentation

◆ m_sWebFolder

std::string HttpHandlerWebUserFolder::m_sWebFolder
private

◆ TAG

std::string HttpHandlerWebUserFolder::TAG
private

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