Updated doc

pull/13/head
Tatsuhiro Tsujikawa 2012-03-21 02:15:08 +09:00
parent ad596fa03f
commit 4acc0f8831
1 changed files with 3 additions and 0 deletions

View File

@ -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