mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds addArgument method to transaction class
There was a bit of refactoring to use the addArgument function, instead of adding the items manually.
This commit is contained in:
@@ -144,6 +144,9 @@ class Transaction {
|
||||
|
||||
bool intervention(ModSecurityIntervention *it);
|
||||
|
||||
bool addArgument(const std::string& orig, const std::string& key,
|
||||
const std::string& value);
|
||||
|
||||
const char *getResponseBody();
|
||||
int getResponseBodyLenth();
|
||||
|
||||
|
Reference in New Issue
Block a user