syndicate-protocols/schemas/transportAddress.prs

7 lines
124 B
Plaintext
Raw Permalink Normal View History

2021-08-19 02:59:59 +00:00
version 1 .
Tcp = <tcp @host string @port int>.
Unix = <unix @path string>.
WebSocket = <ws @url string>.
2021-08-19 22:17:51 +00:00
Stdio = <stdio>.