isUpgradeRequired top-level property

Matcher isUpgradeRequired

Asserts if the response is a HttpStatus.upgradeRequired.

Implementation

Matcher get isUpgradeRequired => hasStatus(HttpStatus.upgradeRequired);