cookies

open override fun cookies(): List<String>

Gets all cookies from the response.

Extracts all Set-Cookie headers from the response and returns them as a list of strings. Each string contains a complete cookie definition including name, value, and attributes (Path, Domain, Secure, HttpOnly, etc.).

Return

List of Set-Cookie header values. Empty list if no cookies are present.