# File lib/restclient/payload.rb, line 103
      def short_inspect
        (size > 500 ? "#{size} byte(s) length" : inspect)
      end