Appwrite C++ SDK
Auto-generated API documentation for the Appwrite C++ SDK
|
This is the complete list of members for Utils, including all inherited members.
boolToString(bool value) | Utils | static |
deleteRequest(const std::string &url, const std::vector< std::string > &headers, std::string &response) | Utils | static |
escapeJsonString(const std::string &input) | Utils | static |
getRequest(const std::string &url, const std::vector< std::string > &headers, std::string &response) | Utils | static |
patchRequest(const std::string &url, const std::string &payload, const std::vector< std::string > &headers, std::string &response) | Utils | static |
postRequest(const std::string &url, const std::string &payload, const std::vector< std::string > &headers, std::string &response) | Utils | static |
putRequest(const std::string &url, const std::string &payload, const std::vector< std::string > &headers, std::string &response) | Utils | static |
urlEncode(const std::string &value) | Utils | static |