mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Confusing variable name in setRequestBody method
This commit is contained in:
@@ -47,7 +47,7 @@ class HttpsClient {
|
|||||||
size_t handle_impl(char * data, size_t size, size_t nmemb);
|
size_t handle_impl(char * data, size_t size, size_t nmemb);
|
||||||
void setKey(const std::string& key);
|
void setKey(const std::string& key);
|
||||||
void setRequestType(const std::string& requestType);
|
void setRequestType(const std::string& requestType);
|
||||||
void setRequestBody(const std::string& requestType);
|
void setRequestBody(const std::string& requestBody);
|
||||||
|
|
||||||
std::string error;
|
std::string error;
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user