mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Jan_31_2024-Dev
This commit is contained in:
@@ -120,10 +120,10 @@ public:
|
||||
return std::string();
|
||||
}
|
||||
|
||||
I_Messaging::Method
|
||||
HTTPMethod
|
||||
getRequestMethod() const
|
||||
{
|
||||
return isVirtual() ? I_Messaging::Method::POST : I_Messaging::Method::GET;
|
||||
return isVirtual() ? HTTPMethod::POST : HTTPMethod::GET;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user