# File lib/rack/response.rb, line 117
      def informational?;      status >= 100 && status < 200;        end