cookies

abstract fun cookies(): List<String>

Gets all cookies from the response.

Returns a list of Set-Cookie header values. Each cookie string includes the cookie name, value, and attributes (Path, Domain, Secure, HttpOnly, etc.).

Return

List of cookie strings in Set-Cookie header format. Empty list if no cookies.