#include <HttpHeader.h>
|
std::string | GetValueRaw (const std::string &strParam) const |
|
bool | ParseLine (const std::string &headerLine) |
|
§ HeaderParams
§ HeaderParamsIter
§ HeaderParamValue
§ CHttpHeader()
CHttpHeader::CHttpHeader |
( |
| ) |
|
§ ~CHttpHeader()
CHttpHeader::~CHttpHeader |
( |
| ) |
|
|
default |
§ AddParam()
void CHttpHeader::AddParam |
( |
const std::string & |
param, |
|
|
const std::string & |
value, |
|
|
const bool |
overwrite = false |
|
) |
| |
§ Clear()
void CHttpHeader::Clear |
( |
| ) |
|
§ GetCharset()
std::string CHttpHeader::GetCharset |
( |
void |
| ) |
const |
§ GetHeader()
std::string CHttpHeader::GetHeader |
( |
void |
| ) |
const |
§ GetMimeType()
std::string CHttpHeader::GetMimeType |
( |
void |
| ) |
const |
§ GetProtoLine()
std::string CHttpHeader::GetProtoLine |
( |
| ) |
const |
|
inline |
§ GetValue()
std::string CHttpHeader::GetValue |
( |
const std::string & |
strParam | ) |
const |
§ GetValueRaw()
std::string CHttpHeader::GetValueRaw |
( |
const std::string & |
strParam | ) |
const |
|
protected |
§ GetValues()
std::vector< std::string > CHttpHeader::GetValues |
( |
std::string |
strParam | ) |
const |
§ IsHeaderDone()
bool CHttpHeader::IsHeaderDone |
( |
void |
| ) |
const |
|
inline |
§ Parse()
void CHttpHeader::Parse |
( |
const std::string & |
strData | ) |
|
§ ParseLine()
bool CHttpHeader::ParseLine |
( |
const std::string & |
headerLine | ) |
|
|
protected |
§ m_headerdone
bool CHttpHeader::m_headerdone |
|
protected |
§ m_lastHeaderLine
std::string CHttpHeader::m_lastHeaderLine |
|
protected |
§ m_params
§ m_protoLine
std::string CHttpHeader::m_protoLine |
|
protected |
§ m_whitespaceChars
const char *const CHttpHeader::m_whitespaceChars = " \t" |
|
staticprotected |
The documentation for this class was generated from the following files: