|
Aktualizr
C++ SOTA Client
|
This is the complete list of members for HttpClient, 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) override (defined in HttpClient) | HttpClient | virtual |
| downloadAsync(const std::string &url, curl_write_callback write_cb, curl_xferinfo_callback progress_cb, void *userp, curl_off_t from, CurlHandler *easyp) override (defined in HttpClient) | HttpClient | virtual |
| get(const std::string &url, int64_t maxsize) override (defined in HttpClient) | HttpClient | virtual |
| HttpClient(const std::vector< std::string > *extra_headers=nullptr) (defined in HttpClient) | HttpClient | |
| HttpClient(const HttpClient &) (defined in HttpClient) | HttpClient | |
| 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) override (defined in HttpClient) | HttpClient | virtual |
| post(const std::string &url, const Json::Value &data) override (defined in HttpClient) | HttpClient | virtual |
| put(const std::string &url, const std::string &content_type, const std::string &data) override (defined in HttpClient) | HttpClient | virtual |
| put(const std::string &url, const Json::Value &data) override (defined in HttpClient) | HttpClient | virtual |
| setCerts(const std::string &ca, CryptoSource ca_source, const std::string &cert, CryptoSource cert_source, const std::string &pkey, CryptoSource pkey_source) override (defined in HttpClient) | HttpClient | virtual |
| updateHeader(const std::string &name, const std::string &value) (defined in HttpClient) | HttpClient | |
| ~HttpClient() override (defined in HttpClient) | HttpClient | |
| ~HttpInterface()=default (defined in HttpInterface) | HttpInterface | virtual |
1.8.17