1
0
mirror of https://github.com/minio/minio.git synced 2025-02-13 14:48:09 -05:00
Commit Graph

1 Commits

Author SHA1 Message Date
Bala FA
6a53dd1701 Implement HTTP POST based RPC ()
Added support for new RPC support using HTTP POST.  RPC's 
arguments and reply are Gob encoded and sent as HTTP 
request/response body.

This patch also removes Go RPC based implementation.
2018-06-06 14:21:56 +05:30