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