http4k-testing-kotest
Toggle table of contents
6.20.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-testing-kotest
http4k-testing-kotest
/
org.http4k.kotest
/
shouldHaveCookie
should
Have
Cookie
infix
fun
Request
.
shouldHaveCookie
(
expected
:
Cookie
)
(
source
)
fun
Request
.
shouldHaveCookie
(
name
:
String
,
expected
:
Regex
)
(
source
)
fun
Request
.
shouldHaveCookie
(
name
:
String
,
expected
:
String
)
(
source
)
fun
Request
.
shouldHaveCookie
(
name
:
String
,
match
:
Matcher
<
Cookie
?
>
)
(
source
)