Method: Contracted::Application#get

Defined in:
lib/contracted/application.rb

#get(url, body, headers) ⇒ Object



44
45
46
# File 'lib/contracted/application.rb', line 44

def get url, body, headers
  @last = RestClient.get("#{host_and_port}#{url}", headers)
end