C++ HTTP Stack
0.10
|
HTTP URL 파서 클래스 더 자세히 ...
Public 멤버 함수 | |
CHttpUri () | |
~CHttpUri () | |
int | Parse (const char *pszText, int iTextLen) |
HTTP URI 를 파싱한다. | |
void | Clear () |
내부 변수를 초기화시킨다. |
Public 속성 | |
std::string | m_strProtocol |
프로토콜 | |
std::string | m_strHost |
호스트 도메인 또는 IP 주소 | |
int | m_iPort |
포트 번호 | |
std::string | m_strPath |
경로 |
HTTP URL 파서 클래스
CHttpUri::CHttpUri | ( | ) |
CHttpUri::~CHttpUri | ( | ) |
int CHttpUri::m_iPort |
포트 번호
std::string CHttpUri::m_strHost |
호스트 도메인 또는 IP 주소
std::string CHttpUri::m_strPath |
경로
std::string CHttpUri::m_strProtocol |
프로토콜