This is the complete list of members for HTTP, including all inherited members.
_curl | HTTP | private |
_hostAddr | HTTP | private |
getHostAddress() const | HTTP | inline |
getStats() | HTTP | |
HTTP(std::string addr, int timeoutInMs=HTTP_TIMEOUT_MS) | HTTP | explicit |
HTTP(const HTTP &)=delete | HTTP | |
HTTP(HTTP &&)=delete | HTTP | |
operator=(HTTP)=delete | HTTP | |
operator=(HTTP &&)=delete | HTTP | |
performRequest(HttpStatus::Code &statusCode) | HTTP | private |
sendGETRequest(const std::string &index, std::string &receivedData, HttpStatus::Code &statusCode) | HTTP | |
sendHEADRequest(const std::string &index, std::string &receivedData, HttpStatus::Code &statusCode) | HTTP | |
sendPOSTRequest(const std::string &index, const std::string &payload, std::string &receivedData, HttpStatus::Code &statusCode) | HTTP | |
sendPUTRequest(const std::string &index, const std::string &payload, std::string &receivedData, HttpStatus::Code &statusCode) | HTTP | |
setCommonFields(const std::string &fullURL, std::string &receivedData, CURLoption method) | HTTP | private |
setCommonFields(const std::string &fullURL, std::string &receivedData, CURLoption method, const std::string &payload) | HTTP | private |
setOption(CURLoption option, T value) | HTTP | inline |
writeDataCallback(const char *contents, size_t size, size_t nmemb, std::string *userp) | HTTP | privatestatic |
~HTTP() | HTTP |