Expand description
Zero copy representations of the lines in a config section, fast to create however hard to
pass around as it has a lifetime. This is the default returned by
parse_sections.
Enumsยง
- Section
- Parsed haproxy config preserving the order and comments.
Does not support conditional blocks,
these and other unsupported lines will be stored in the
UnknownLinevariant. Information outside the header is containd in the correct order in the lines member. See theLinedocumentation.