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