This is the complete list of members for HTTPClient, including all inherited members.
body | HTTPClient | private |
contentType | HTTPClient | private |
createHTTPRequestHeaders(const string &hostName, const string &method, const string &relativeUrl, const unordered_map< string, string > &getParameters, const unordered_map< string, string > &postParameters, const string &body) | HTTPClient | private |
execute() | HTTPClient | |
getBody() | HTTPClient | inline |
getContentType() | HTTPClient | inline |
getGETParameters() | HTTPClient | inline |
getMethod() | HTTPClient | inline |
getParameters | HTTPClient | private |
getPassword() | HTTPClient | inline |
getPOSTParameters() | HTTPClient | inline |
getResponse() | HTTPClient | inline |
getResponseHeaders() | HTTPClient | inline |
getStatusCode() | HTTPClient | inline |
getURL() | HTTPClient | inline |
getUsername() | HTTPClient | inline |
HTTP_METHOD_DELETE | HTTPClient | static |
HTTP_METHOD_GET | HTTPClient | static |
HTTP_METHOD_HEAD | HTTPClient | static |
HTTP_METHOD_POST | HTTPClient | static |
HTTP_METHOD_PUT | HTTPClient | static |
HTTP_STATUSCODE_OK | HTTPClient | static |
httpHeader | HTTPClient | private |
httpStatusCode | HTTPClient | private |
method | HTTPClient | private |
parseHTTPResponseHeaders(stringstream &rawResponse, int16_t &httpStatusCode, vector< string > &httpHeader) | HTTPClient | private |
password | HTTPClient | private |
postParameters | HTTPClient | private |
rawResponse | HTTPClient | private |
reset() | HTTPClient | |
setBody(const string &contentType, const string &body) | HTTPClient | inline |
setContentType(const string &contentType) | HTTPClient | inline |
setGETParameters(const unordered_map< string, string > ¶meters) | HTTPClient | inline |
setMethod(const string &method) | HTTPClient | inline |
setPassword(const string &password) | HTTPClient | inline |
setPOSTParameters(const unordered_map< string, string > ¶meters) | HTTPClient | inline |
setURL(const string &url) | HTTPClient | inline |
setUsername(const string &username) | HTTPClient | inline |
url | HTTPClient | private |
urlEncode(const string &value) | HTTPClient | static |
username | HTTPClient | private |