cookies property

List<String>? cookies

Cookies presented to the server (in the 'cookie' header).

Throws HttpProfileRequestError if hasError is true.

Implementation

List<String>? get cookies => _returnIfNoError(_cookies);