Defined in file: hzHttpClient.h
Constructors/Detructors
| hzHttpClient* | hzHttpClient | (void) | |
| NULL-BASIS | ~hzHttpClient | (void) |
Public Methods:
| hzEcode | Close | (void) | |
| hzEcode | Connect | (const hzUrl& url) | |
| hzEcode | GetPage | (HttpRC& hRet, const hzUrl& url, const hzString& etag) | |
| hzEcode | PostAjax | (HttpRC& hRet, const hzUrl& url, hzVect<hzString>& hdrs, const hzList<hzPair>& formData) | |
| hzEcode | PostForm | (HttpRC& hRet, const hzUrl& url, hzVect<hzString>& hdrs, const hzList<hzPair>& formData) | |
| hzEcode | TestPage | (hzChain& Z, const hzUrl& url) | |
| hzEcode | UpgradeWS | (HttpRC& hRet, const hzUrl& url) | |
| hzEcode | _getpage | (HttpRC& hRet, const hzUrl& url, const hzString& etag) | |
| hzEcode | _postform | (HttpRC& hRet, const hzUrl& url, hzVect<hzString>& hdrs, const hzChain& formData) | |
| hzEcode | _procHttpResponse | (HttpRC& hRet, const hzUrl& url) |
Member Variables:
| hzXDate | m_Accessed | No description | |
| hzString | m_AltProto | No description | |
| hzString | m_AuthBasic | No description | |
| hzString | m_CacheCtrl | No description | |
| hzString | m_ContEncoding | No description | |
| hzChain | m_Content | No description | |
| hzString | m_ContentType | No description | |
| hzMapS<hzString,hzCookie> | m_Cookies | No description | |
| hzString | m_Encoding | No description | |
| hzChain | m_Error | No description | |
| hzString | m_Etag | No description | |
| hzXDate | m_Expires | No description | |
| hzChain | m_Header | No description | |
| hzString | m_Host | No description | |
| hzString | m_KeepAlive | No description | |
| hzXDate | m_Modified | No description | |
| hzString | m_Pragma | No description | |
| hzString | m_Redirect | No description | |
| hzUrl | m_Referer | No description | |
| hzChain | m_Request | No description | |
| unsigned int | m_Retcode | No description | |
| hzTcpClient | m_Webhost | No description | |
| hzString | m_XferEncoding | No description | |
| bool | m_bChunked | No description | |
| bool | m_bConnection | No description | |
| char* | m_buf | No description | |
| unsigned int | m_nContentLen | No description | |
| unsigned int | m_nMaxConnects | No description | |
| unsigned int | m_nTimeout | No description | |
| unsigned long | m_rtRequest | No description | |
| unsigned long | m_rtResponse | No description |