# File lib/em-http/http_header.rb, line 63
    def informational?
      100 <= status && 200 > status
    end