# File lib/facets/more/http.rb, line 41
    def self.redirect?(status)
      [
        MOVED_PERMANENTLY, FOUND, SEE_OTHER,
        TEMPORARY_REDIRECT, MOVED_TEMPORARILY
      ].include?(status)
    end