# File lib/facets/more/http.rb, line 329
      def size
        if @body.respond_to?(:read)
          nil
        else
          @body.size
        end
      end