mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 09:21:54 +03:00
Feb 15th 2023 update
This commit is contained in:
@@ -43,6 +43,7 @@ struct IParserReceiver2 {
|
||||
virtual void onEndMap() = 0;
|
||||
virtual void onStartArray() = 0;
|
||||
virtual void onEndArray() = 0;
|
||||
virtual void onEndOfData() = 0;
|
||||
};
|
||||
|
||||
// Interface for receiver classes that can accept not only full key/value pairs, but also partial content
|
||||
|
||||
Reference in New Issue
Block a user