minio/vendor/github.com/gorilla/rpc/v2
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
..
json2 rpc: Fix json rpc to handle array and object request params. 2016-02-13 19:01:36 -08:00
LICENSE Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
README.md Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
compression_selector.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
doc.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
encoder_selector.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
map.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
server.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00
server_test.go Bring in the list APIs implemented by Bala <bala@minio.io> 2016-01-24 16:39:48 -08:00

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