# File lib/rack/response.rb, line 121
      def client_error?;       status >= 400 && status < 500;        end