Aktualizr
C++ SOTA Client
|
This is the complete list of members for HttpFake, 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 HttpFake) | HttpFake | inlinevirtual |
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 HttpFake) | HttpFake | inlinevirtual |
flavor_ (defined in HttpFake) | HttpFake | protected |
get(const std::string &url, int64_t maxsize) override (defined in HttpFake) | HttpFake | inlinevirtual |
handle_event(const std::string &url, const Json::Value &data) (defined in HttpFake) | HttpFake | inlinevirtual |
HttpFake(const boost::filesystem::path &test_dir_in, std::string flavor="", const boost::filesystem::path &meta_dir_in="") (defined in HttpFake) | HttpFake | inline |
HttpInterface()=default (defined in HttpInterface) | HttpInterface | |
kNoLimit (defined in HttpInterface) | HttpInterface | static |
kPostRespLimit (defined in HttpInterface) | HttpInterface | static |
kPutRespLimit (defined in HttpInterface) | HttpInterface | static |
last_manifest (defined in HttpFake) | HttpFake | |
meta_dir (defined in HttpFake) | HttpFake | protected |
post(const std::string &url, const std::string &content_type, const std::string &data) override (defined in HttpFake) | HttpFake | inlinevirtual |
post(const std::string &url, const Json::Value &data) override (defined in HttpFake) | HttpFake | inlinevirtual |
put(const std::string &url, const std::string &content_type, const std::string &data) override (defined in HttpFake) | HttpFake | inlinevirtual |
put(const std::string &url, const Json::Value &data) override (defined in HttpFake) | HttpFake | inlinevirtual |
rewrite(std::string &url, const std::string &pattern) (defined in HttpFake) | HttpFake | inline |
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 HttpFake) | HttpFake | inlinevirtual |
temp_meta_dir (defined in HttpFake) | HttpFake | protected |
test_dir (defined in HttpFake) | HttpFake | protected |
tls_server (defined in HttpFake) | HttpFake | |
~HttpFake() (defined in HttpFake) | HttpFake | inlinevirtual |
~HttpInterface()=default (defined in HttpInterface) | HttpInterface | virtual |