# File lib/httpclient/http.rb, line 56
    def self.redirect?(status)
      REDIRECT_STATUS.include?(status)
    end