Method: MarathonDeploy::HttpUtil.get

Defined in:
lib/marathon_deploy/http_util.rb

.get(url) ⇒ Object



63
64
65
# File 'lib/marathon_deploy/http_util.rb', line 63

def self.get(url)
  return self.req('Get', url, nil, false)
end