|
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 callback, void *userp)=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 Json::Value &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.14