open static fun requestTo(matcher: Matcher<String>): RequestMatcher
Assert the request URI string with the given matcher.
matcher - String matcher for the expected URI
Return
the request matcher
open static fun requestTo(expectedUri: String): RequestMatcher
Assert the request URI matches the given string.
expectedUri - the expected URI
Return
the request matcher
open static fun requestTo(uri: URI): RequestMatcher
Expect a request to the given URI.
Return
the request matcher