api

http4k / org.http4k.kotest / shouldHaveCookie

shouldHaveCookie

infix fun Request.shouldHaveCookie(expected: Cookie): Unit fun Request.shouldHaveCookie(name: String, expected: Regex): Unit fun Request.shouldHaveCookie(name: String, expected: String): Unit fun Request.shouldHaveCookie(name: String, match: Matcher<Cookie>): Unit