# File lib/active_resource/connection.rb, line 115
    def get(path, headers = {})
      format.decode(request(:get, path, build_request_headers(headers, :get)).body)
    end