http4k-testing-hamkrest
Toggle table of contents
6.20.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-testing-hamkrest
http4k-testing-hamkrest
/
org.http4k.hamkrest
/
hasCookie
has
Cookie
fun
hasCookie
(
expected
:
Cookie
)
:
Matcher
<
Request
>
(
source
)
fun
hasCookie
(
name
:
String
,
expected
:
Regex
)
:
Matcher
<
Request
>
(
source
)
fun
hasCookie
(
name
:
String
,
expected
:
String
)
:
Matcher
<
Request
>
(
source
)
fun
hasCookie
(
name
:
String
,
matcher
:
Matcher
<
Cookie
>
)
:
Matcher
<
Request
>
(
source
)