isSeeOther top-level property

Matcher isSeeOther

Asserts if the response is a HttpStatus.seeOther.

Implementation

Matcher get isSeeOther => hasStatus(HttpStatus.seeOther);