open fun is(matcher: Matcher<Int>): ResultMatcher
Assert the response status code with the given Hamcrest Matcher.
open fun is(status: Int): ResultMatcher
Assert the response status code is equal to an integer value.