isRequestedRangeNotSatisfiable top-level property

Matcher isRequestedRangeNotSatisfiable

Asserts if the response is a HttpStatus.requestedRangeNotSatisfiable.

Implementation

Matcher get isRequestedRangeNotSatisfiable =>
    hasStatus(HttpStatus.requestedRangeNotSatisfiable);