enet::HttpAnswer Class Reference
Inheritance diagram for enet::HttpAnswer:
Public Member Functions | |
HttpAnswer (enum HTTPAnswerCode _code=enet::HTTPAnswerCode::c400_badRequest, const std::string &_help="") | |
void | display () const |
std::string | generate () const |
void | setErrorCode (enum HTTPAnswerCode _value) |
enum HTTPAnswerCode | getErrorCode () const |
void | setHelp (const std::string &_value) |
const std::string & | getHelp () const |
Public Member Functions inherited from enet::HttpHeader | |
void | setKey (const std::string &_key, const std::string &_value) |
void | rmKey (const std::string &_key) |
std::string | getKey (const std::string &_key) const |
enum HTTPProtocol | getProtocol () const |
void | setProtocol (enum HTTPProtocol _protocol) |
Additional Inherited Members | |
Protected Member Functions inherited from enet::HttpHeader | |
std::string | generateKeys () const |
Protected Attributes inherited from enet::HttpHeader | |
std::map< std::string, std::string > | m_map |
enum HTTPProtocol | m_protocol |
The documentation for this class was generated from the following file:
- framework/atria-soft/enet/enet/Http.hpp