Confusing variable name in setRequestBody method

This commit is contained in:
Mesar ali
2021-12-30 08:55:51 +05:30
committed by GitHub
parent 5aec781d39
commit f82b98c04d

View File

@@ -47,7 +47,7 @@ class HttpsClient {
size_t handle_impl(char * data, size_t size, size_t nmemb);
void setKey(const std::string& key);
void setRequestType(const std::string& requestType);
void setRequestBody(const std::string& requestType);
void setRequestBody(const std::string& requestBody);
std::string error;
private: