mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds extractArguments facilitator method
Little refactoring to use this method instead of doing it manually in different parts of the code.
This commit is contained in:
@@ -146,6 +146,7 @@ class Transaction {
|
||||
|
||||
bool addArgument(const std::string& orig, const std::string& key,
|
||||
const std::string& value);
|
||||
bool extractArguments(const std::string &orig, const std::string& buf);
|
||||
|
||||
const char *getResponseBody();
|
||||
int getResponseBodyLenth();
|
||||
|
Reference in New Issue
Block a user