enet::HttpRequest Class Reference
Inheritance diagram for enet::HttpRequest:
Public Member Functions | |
| HttpRequest (enum enet::HTTPReqType _type=enet::HTTPReqType::HTTP_GET) | |
| void | display () const |
| std::string | generate () const |
| void | setType (enum enet::HTTPReqType _value) |
| enum enet::HTTPReqType | getType () const |
| void | setUri (const std::string &_value) |
| const std::string & | getUri () 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
Public Member Functions inherited from
1.8.12