Babel
Epitech's C++ VoIP project
|
Utils struct to store requests information. More...
Public Attributes | |
std::function< Message< RFCCodes >std::shared_ptr< ITCPConnection< RFCCodes > >, Message< RFCCodes >)> | method |
the actual function to call to process the request More... | |
bool | loginRequired |
prerequisite of the request More... | |
Utils struct to store requests information.
bool Babel::BabelServer::RequestHandler::loginRequired |
prerequisite of the request
std::function<Message<RFCCodes>std::shared_ptr<ITCPConnection<RFCCodes> >, Message<RFCCodes>)> Babel::BabelServer::RequestHandler::method |
the actual function to call to process the request