This is the complete list of members for ml::HttpClient, including all inherited members.
| del(const std::string &path, ResponseCallback cb) | ml::HttpClient | |
| get(const std::string &path, ResponseCallback cb) | ml::HttpClient | |
| HttpClient(const std::string &baseUrl="") | ml::HttpClient | explicit |
| patch(const std::string &path, const std::string &body, ResponseCallback cb, const std::string &contentType="application/json") | ml::HttpClient | |
| patch(const std::string &path, const nlohmann::json &json, ResponseCallback cb) | ml::HttpClient | inline |
| post(const std::string &path, const std::string &body, ResponseCallback cb, const std::string &contentType="application/json") | ml::HttpClient | |
| post(const std::string &path, const nlohmann::json &json, ResponseCallback cb) | ml::HttpClient | inline |
| put(const std::string &path, const std::string &body, ResponseCallback cb, const std::string &contentType="application/json") | ml::HttpClient | |
| put(const std::string &path, const nlohmann::json &json, ResponseCallback cb) | ml::HttpClient | inline |
| ResponseCallback typedef | ml::HttpClient | |
| send(const NetworkRequest &request, ResponseCallback cb) | ml::HttpClient | |
| sendSync(const NetworkRequest &request) | ml::HttpClient | |
| setBaseUrl(const std::string &url) | ml::HttpClient | |
| setBearerToken(const std::string &token) | ml::HttpClient | |
| setDefaultHeader(const std::string &key, const std::string &value) | ml::HttpClient | |
| setDefaultTimeout(int seconds) | ml::HttpClient |