opnsense-ports/net/py-haproxy-cli/pkg-descr
Franco Fichtner e759319117 */*: sync with upstream
Taken from: FreeBSD
2024-04-02 14:34:30 +02:00

7 lines
369 B
Text

haproxy-cli is a tool to manage the various aspects of HAProxy that can be
controlled by means of its socket.
haproxy-cli can be used in 2 modes: CLI mode and Python API mode. CLI mode,
as the name implies, gives you a command, haproxy-cli, that can be used to
control HAProxy. You can use the Python API mode to integrate haproxy-cli
directly in your Python project.