cookies

abstract fun cookies(cookies: List<String>)

Adds multiple cookies to the request.

Cookies are provided in Set-Cookie header format. The implementation will parse and properly format them for the Cookie header.

Parameters

cookies

List of cookie strings in Set-Cookie format.