# File lib/httparty.rb, line 231 def get(path, options={}) perform_request Net::HTTP::Get, path, options end