toggle menu
stripe-android
androidJvm
switch theme
search in API
network-testing
/
com.stripe.android.networktesting
/
RequestMatchers
Request
Matchers
object
RequestMatchers
Members
Functions
body
Link copied to clipboard
fun
body
(
body
:
String
)
:
RequestMatcher
body
Part
Link copied to clipboard
fun
bodyPart
(
name
:
String
,
value
:
String
)
:
RequestMatcher
fun
bodyPart
(
name
:
String
,
regex
:
Regex
)
:
RequestMatcher
composite
Link copied to clipboard
fun
composite
(
vararg
matchers
:
RequestMatcher
)
:
RequestMatcher
does
Not
Contain
Header
Link copied to clipboard
fun
doesNotContainHeader
(
key
:
String
)
:
RequestMatcher
does
Not
Contain
Header
With
Value
Link copied to clipboard
fun
doesNotContainHeaderWithValue
(
key
:
String
,
value
:
String
)
:
RequestMatcher
has
Query
Param
Link copied to clipboard
fun
hasQueryParam
(
param
:
String
)
:
RequestMatcher
header
Link copied to clipboard
fun
header
(
key
:
String
,
value
:
String
)
:
RequestMatcher
host
Link copied to clipboard
fun
host
(
host
:
String
)
:
RequestMatcher
method
Link copied to clipboard
fun
method
(
method
:
String
)
:
RequestMatcher
not
Link copied to clipboard
fun
not
(
requestMatcher
:
RequestMatcher
)
:
RequestMatcher
path
Link copied to clipboard
fun
path
(
path
:
String
)
:
RequestMatcher
query
Link copied to clipboard
fun
query
(
query
:
String
)
:
RequestMatcher
fun
query
(
name
:
String
,
value
:
String
)
:
RequestMatcher