Documentation for OpenFLUID 2.2.0
openfluid::utils::HTTPClient Member List

This is the complete list of members for openfluid::utils::HTTPClient, including all inherited members.

CPPCLASS_DEFAULT_FIVE(HTTPClient)openfluid::utils::HTTPClient
defaultHeaders()openfluid::utils::HTTPClientinline
deleteResource(const Request &Req) constopenfluid::utils::HTTPClient
disallowRedirections()openfluid::utils::HTTPClientinline
downloadToFile(const std::string &URL, const std::string &FilePath)openfluid::utils::HTTPClientstatic
downloadToString(const std::string &URL, std::string &Content)openfluid::utils::HTTPClientstatic
getBaseURL() constopenfluid::utils::HTTPClientinline
getResource(const Request &Req) constopenfluid::utils::HTTPClient
HTTPClient(const std::string &BaseURL)openfluid::utils::HTTPClient
patchResource(const Request &Req) constopenfluid::utils::HTTPClient
postResource(const Request &Req) constopenfluid::utils::HTTPClient
putResource(const Request &Req) constopenfluid::utils::HTTPClient
setAllowedRedirections(int MaxRedir)openfluid::utils::HTTPClient
setBaseURL(const std::string &BaseURL)openfluid::utils::HTTPClientinline
setCertificateVerify(bool Verify)openfluid::utils::HTTPClient