We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52110fc commit aa1391fCopy full SHA for aa1391f
README.md
@@ -23,7 +23,6 @@ make build
23
3\. You can find the built binary in /build directory.
24
25
## Running the Data Plane API
26
-
27
Basic usage:
28
29
```
@@ -93,6 +92,10 @@ curl -u <user>:<pass> -H "Content-Type: application/json" "http://127.0.0.1:5555
93
92
94
If you are using secure passwords, supported algorithms are: md5, sha-256 and sha-512.
95
+## Using the Data Plane API
96
+
97
+For more docs how to use the Data Plane API check our [documentation](https://www.haproxy.com/documentation/hapee/1-9r1/configuration/dataplaneapi/)
98
99
## Contributing
100
101
If you wish to contribute to this project please check [Contributing Guide](CONTRIBUTING.md)
0 commit comments