1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

README.md: update parameter delimiter in requests.

This commit is contained in:
Henrik Hautakoski 2020-03-06 11:23:57 +01:00
parent 9717354e22
commit 70ad80763f

View file

@ -8,7 +8,7 @@ The protocol is simple and has 4 rules.
1. Data is transmitted in `packets` encoded in ascii and ends with newline `\n`.
2. There are two types of packages: `Request` and `Response`. Each `Request` has exactly one `Response`.
3. Each parameter inside a `Request` is separated by `:`
3. Each parameter inside a `Request` is separated by `|`
4. Each response contains exactly one `status code` (see below)