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

#include <http_handler_web_public_folder.h>

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

Public Member Functions

 HttpHandlerWebPublicFolder (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_sWebPublicFolder
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ HttpHandlerWebPublicFolder()

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

Member Function Documentation

◆ canHandle()

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

◆ handle()

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

Member Data Documentation

◆ m_sWebPublicFolder

std::string HttpHandlerWebPublicFolder::m_sWebPublicFolder
private

◆ TAG

std::string HttpHandlerWebPublicFolder::TAG
private

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