RequestMatchers

Functions

Link copied to clipboard
Link copied to clipboard
fun bodyPart(name: String, value: String): RequestMatcher
fun bodyPart(name: String, regex: Regex): RequestMatcher
Link copied to clipboard
fun composite(vararg matchers: RequestMatcher): RequestMatcher
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun header(key: String, value: String): RequestMatcher
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun not(requestMatcher: RequestMatcher): RequestMatcher
Link copied to clipboard
Link copied to clipboard
fun query(name: String, value: String): RequestMatcher