# File lib/em-http/http_header.rb, line 71
    def redirection?
      300 <= status && 400 > status
    end