]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: vars: document dump_all_vars() sample fetch
authorHyeonggeun Oh <james.geun.oh@gmail.com>
Fri, 26 Dec 2025 06:57:35 +0000 (15:57 +0900)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Jan 2026 09:44:19 +0000 (10:44 +0100)
commit2d8d2b42472da920b6b3c077634195e076a9c435
treef70f972d13c27d36ce1fa98defb4e9313a5765dc
parent9f766b2056279c71a1c2446f7846f3156ec26f5f
DOC: vars: document dump_all_vars() sample fetch

Add documentation for the dump_all_vars() sample fetch function in the
configuration manual. This function was introduced in the previous commit
to dump all variables in a given scope with optional prefix filtering.

The documentation includes:
- Function signature and return type
- Description of output format
- Explanation of scope and prefix arguments
- Usage examples for common scenarios

This completes the implementation of GitHub issue #1623.
doc/configuration.txt