api

http4k / org.http4k.kotest / shouldHaveSetCookie

shouldHaveSetCookie

infix fun Response.shouldHaveSetCookie(expected: Cookie): Unit fun Response.shouldHaveSetCookie(name: String, match: Matcher<Cookie>): Unit