parserOptions property

ParserOptions? parserOptions
getter/setter pair

Parser-specific configuration options that control how the parser behaves.

These options configure the parser's behavior during data extraction, such as HTTP request settings for HTTP parsers. This is separate from data transformations that are applied after extraction.

Implementation

ParserOptions? parserOptions;