Module haproxy_config::sections
source · Expand description
Zero copy representation of config sections.
Structs
- See Address for an owned variant.
Enums
- In combination with an Acl forms the condition for picking a backend
- See Host for an owned variant.
- Various lines that can occure in config sections
- See Password for an owned variant.
- Parsed haproxy config preserving the order and comments. Does not support conditional blocks, these and other unsupported lines will be stored in the UnknownLine variant. Information outside the header is containd in the correct order in the lines member. See the Line documentation.