mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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. PR: 275562
7 lines
369 B
Text
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.
|