From bccf0e672639ac66adea03fe8c294a8c9490e3ab Mon Sep 17 00:00:00 2001 From: Alex Efros Date: Thu, 11 Feb 2016 14:00:03 +0200 Subject: [PATCH] update doc --- jsonrpc2/doc.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jsonrpc2/doc.go b/jsonrpc2/doc.go index 18a89d4..4147af1 100644 --- a/jsonrpc2/doc.go +++ b/jsonrpc2/doc.go @@ -45,9 +45,11 @@ code, message and extra data. Limitations -HTTP does not support Pipelined Requests/Responses. +HTTP client&server does not support Pipelined Requests/Responses. -HTTP does not support GET Request. +HTTP client&server does not support GET Request. + +HTTP client does not support Batch Request. Because of net/rpc limitations RPC method MUST NOT return standard error which begins with '{' and ends with '}'.