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:
parent
9717354e22
commit
70ad80763f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue