mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00:00
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.