From 4acc0f88317287b86c6b89ba5e5262d3ebd30cc9 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 21 Mar 2012 02:15:08 +0900 Subject: [PATCH] Updated doc --- doc/aria2c.1.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/aria2c.1.asciidoc b/doc/aria2c.1.asciidoc index f6414340..0f7d5995 100644 --- a/doc/aria2c.1.asciidoc +++ b/doc/aria2c.1.asciidoc @@ -1727,6 +1727,9 @@ The request path of JSON-RPC interface (for both over HTTP and over WebSocket) is '/jsonrpc'. The request path of XML-RPC interface is '/rpc'. +The WebSocket URI for JSON-RPC over WebSocket is +ws://HOST:PORT/jsonrpc. + The implemented JSON-RPC is based on http://jsonrpc.org/specification[JSON-RPC 2.0 Specification] and supports HTTP POST and GET (JSONP). Using WebSocket as a transport is