1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00
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
..