C++ HTTP Stack
0.10
|
parameter 정보를 저장하는 클래스 더 자세히 ...
Public 멤버 함수 | |
CHttpParameter (char cSep= '&') | |
~CHttpParameter () | |
int | Parse (const char *pszText, int iTextLen) |
Parameter 문자열을 파싱하여 CHttpParameter 클래스의 멤버 변수에 저장한다. | |
int | ToString (char *pszText, int iTextSize) |
HTTP 메시지에 포함된 문자열을 작성한다. | |
void | Clear () |
멤버 변수를 초기화시킨다. |
Public 속성 | |
std::string | m_strName |
이름 | |
std::string | m_strValue |
값 | |
char | m_cSep |
구분자 &; |
parameter 정보를 저장하는 클래스
CHttpParameter::CHttpParameter | ( | char | cSep = '&' | ) |
CHttpParameter::~CHttpParameter | ( | ) |
char CHttpParameter::m_cSep |
구분자 &;
std::string CHttpParameter::m_strName |
이름
std::string CHttpParameter::m_strValue |
값