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