isOkResponse top-level constant

Matcher const isOkResponse

Matches a response with status code in the 2xx range.

Implementation

const Matcher isOkResponse = _StatusRangeMatcher(200, 299, 'OK (2xx)');