minio/pkg/rpc
Harshavardhana 069432566f update license change for MinIO
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
..
json2 update license change for MinIO 2021-04-23 11:58:53 -07:00
compression_selector.go update license change for MinIO 2021-04-23 11:58:53 -07:00
doc.go update license change for MinIO 2021-04-23 11:58:53 -07:00
encoder_selector.go update license change for MinIO 2021-04-23 11:58:53 -07:00
LICENSE update license change for MinIO 2021-04-23 11:58:53 -07:00
LICENSE.ORIG add audit/admin trace support for browser requests (#10947) 2020-11-20 22:52:17 -08:00
map.go update license change for MinIO 2021-04-23 11:58:53 -07:00
README.md add audit/admin trace support for browser requests (#10947) 2020-11-20 22:52:17 -08:00
server_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
server.go update license change for MinIO 2021-04-23 11:58:53 -07:00

rpc

rpc/v2 support for JSON-RPC 2.0 Specification.

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