# File lib/em-http/http_header.rb, line 67
    def successful?
      200 <= status && 300 > status
    end