Home | Documentation |
HttpMessage Class Reference
updated Mon Feb 22 2016
|
#include <HttpContext.h>
Public Types | |
typedef std::map< std::string, std::string, casecmpless > | ContentHeaders |
Public Member Functions | |
HttpMessage () | |
constructor. More... | |
const ContentHeaders & | getContentHeaders () const |
return the content headers of the message. More... | |
ContentHeaders & | getContentHeaders () |
return the content headers of the message. More... | |
Protected Attributes | |
ContentHeaders | m_ContentHeaders |
the content headers. More... | |
HTTP message, either a request or a response.
typedef std::map<std::string, std::string, casecmpless> HttpMessage::ContentHeaders |
list of "Header: value" entries in an http request or response
HttpMessage::HttpMessage | ( | ) |
constructor.
|
inline |
return the content headers of the message.
|
inline |
return the content headers of the message.
|
protected |
the content headers.