isInformational top-level property

_RangeStatusCodeMatcher isInformational
getter/setter pair

Status code is between 100-199

Implementation

_RangeStatusCodeMatcher isInformational = statusCodeIsInRange(100, 200);