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