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 ec86b24 commit 5aec781Copy full SHA for 5aec781
src/utils/https_client.cc
@@ -50,8 +50,8 @@ void HttpsClient::setKey(const std::string& key) {
50
m_key = "ModSec-key: " + key;
51
}
52
53
-void HttpsClient::setRequestBody(const std::string& requestType) {
54
- m_requestBody = requestType;
+void HttpsClient::setRequestBody(const std::string& requestBody) {
+ m_requestBody = requestBody;
55
56
57
void HttpsClient::setRequestType(const std::string& requestType) {
0 commit comments