api

http4k / org.http4k.kotest / shouldNotHaveSetCookie

shouldNotHaveSetCookie

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