Aktualizr
C++ SOTA Client
HttpInterface Member List

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)HttpInterfacepure virtual
get(const std::string &url, int64_t maxsize)=0 (defined in HttpInterface)HttpInterfacepure virtual
HttpInterface()=default (defined in HttpInterface)HttpInterface
kNoLimit (defined in HttpInterface)HttpInterfacestatic
kPostRespLimit (defined in HttpInterface)HttpInterfacestatic
kPutRespLimit (defined in HttpInterface)HttpInterfacestatic
post(const std::string &url, const Json::Value &data)=0 (defined in HttpInterface)HttpInterfacepure virtual
put(const std::string &url, const Json::Value &data)=0 (defined in HttpInterface)HttpInterfacepure 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)HttpInterfacepure virtual
~HttpInterface()=default (defined in HttpInterface)HttpInterfacevirtual