Whether this status code is in the Informational class ({@code 1xx}). @see RFC 2616
@override bool is1xxInformational() { return _hundreds() == 1; }