mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 12:07:43 +03:00
Nov_12_2023-Dev
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
class ParserRaw : public ParserBase {
|
||||
public:
|
||||
ParserRaw(IParserStreamReceiver &receiver, const std::string &key);
|
||||
ParserRaw(IParserStreamReceiver &receiver, size_t parser_depth, const std::string &key);
|
||||
virtual ~ParserRaw();
|
||||
size_t push(const char *data, size_t data_len);
|
||||
void finish();
|
||||
|
Reference in New Issue
Block a user