We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aec781 commit f82b98cCopy full SHA for f82b98c
src/utils/https_client.h
@@ -47,7 +47,7 @@ class HttpsClient {
47
size_t handle_impl(char * data, size_t size, size_t nmemb);
48
void setKey(const std::string& key);
49
void setRequestType(const std::string& requestType);
50
- void setRequestBody(const std::string& requestType);
+ void setRequestBody(const std::string& requestBody);
51
52
std::string error;
53
private:
0 commit comments