cookies property

List<String> cookies

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

Throws HttpProfileRequestError is hasError is true.

Implementation

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