Also use hosts passed to Minio startup command to populate IP addresses if MINIO_PUBLIC_IPS is not set.
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.