|
Aktualizr
C++ SOTA Client
|
This is the complete list of members for HttpInterface, including all inherited members.
| download(const std::string &url, curl_write_callback write_cb, curl_xferinfo_callback progress_cb, void *userp, curl_off_t from)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| downloadAsync(const std::string &url, curl_write_callback write_cb, curl_xferinfo_callback progress_cb, void *userp, curl_off_t from, CurlHandler *easyp)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| get(const std::string &url, int64_t maxsize)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| HttpInterface()=default (defined in HttpInterface) | HttpInterface | |
| kNoLimit (defined in HttpInterface) | HttpInterface | static |
| kPostRespLimit (defined in HttpInterface) | HttpInterface | static |
| kPutRespLimit (defined in HttpInterface) | HttpInterface | static |
| post(const std::string &url, const std::string &content_type, const std::string &data)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| post(const std::string &url, const Json::Value &data)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| put(const std::string &url, const std::string &content_type, const std::string &data)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| put(const std::string &url, const Json::Value &data)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| setCerts(const std::string &ca, CryptoSource ca_source, const std::string &cert, CryptoSource cert_source, const std::string &pkey, CryptoSource pkey_source)=0 (defined in HttpInterface) | HttpInterface | pure virtual |
| ~HttpInterface()=default (defined in HttpInterface) | HttpInterface | virtual |
1.8.17