Method: MarathonDeploy::HttpUtil.post

Defined in:
lib/marathon_deploy/http_util.rb

.post(url, payload) ⇒ Object



46
47
48
# File 'lib/marathon_deploy/http_util.rb', line 46

def self.post(url, payload)
  return self.req('Post', url, payload, false)
end