mirror of https://github.com/minio/minio.git
e59ceba51b
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. |
||
---|---|---|
.. | ||
json2 | ||
LICENSE | ||
README.md | ||
compression_selector.go | ||
doc.go | ||
encoder_selector.go | ||
map.go | ||
server.go | ||
server_test.go |
README.md
rpc
gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.
Read the full documentation here: http://www.gorillatoolkit.org/pkg/rpc