diff options
Diffstat (limited to 'json-rpc-shell.adoc')
-rw-r--r-- | json-rpc-shell.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-rpc-shell.adoc b/json-rpc-shell.adoc index 31f78b7..5944ed2 100644 --- a/json-rpc-shell.adoc +++ b/json-rpc-shell.adoc @@ -114,8 +114,8 @@ the M-e key combination. Both *readline*(3) and *editline*(7) also support multiline editing natively, though you need to press C-v C-j in order to insert newlines. -WebSockets -~~~~~~~~~~ +WebSocket +~~~~~~~~~ The JSON-RPC 2.0 specification doesn't say almost anything about underlying transports. The way it's implemented here is that every request is sent as a single text message. If it has an "id" field, i.e., it's not just |