minio/vendor/github.com/gorilla/rpc/v2/json2
Harshavardhana e59ceba51b rpc: Fix json rpc to handle array and object request params.
rpc/v2/json2 code has a bug where it treats all jsonrpc 2.0
request params like an 'object'. In accordance with the spec
it could be both 'object' or an 'array'.

Handle both cases.
2016-02-13 19:01:36 -08:00
..
client.go WebUI: move from rpc/v2/json to rpc/v2/json2 which has better error response structure. 2016-02-12 20:29:56 -08:00
error.go WebUI: move from rpc/v2/json to rpc/v2/json2 which has better error response structure. 2016-02-12 20:29:56 -08:00
json_test.go rpc: Fix json rpc to handle array and object request params. 2016-02-13 19:01:36 -08:00
server.go rpc: Fix json rpc to handle array and object request params. 2016-02-13 19:01:36 -08:00