blob: 3e0b2371cf67f5636960395b3f90fff6070f9760 (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
|