[docs] document 'write-pages' (#4543)

This commit is contained in:
Mike Fährmann
2023-12-31 01:24:12 +01:00
parent b6903a4c90
commit fe2147b3ef

View File

@@ -1066,6 +1066,25 @@ Description
after a colon ``:``, for example ``{date:%Y%m%d}``.
extractor.*.write-pages
-----------------------
Type
* ``bool``
* ``string``
Default
``false``
Description
During data extraction,
write received HTTP request data
to enumerated files in the current working directory.
Special values:
* ``"all"``: Include HTTP request and response headers. Hide ``Authorization``, ``Cookie``, and ``Set-Cookie`` values.
* ``"ALL"``: Include all HTTP request and response headers.
Extractor-specific Options
==========================