cookies property
Cookies presented to the server (in the 'cookie' header).
Throws HttpProfileRequestError if hasError
is true
.
Implementation
List<String>? get cookies => _returnIfNoError(_cookies);
Cookies presented to the server (in the 'cookie' header).
Throws HttpProfileRequestError if hasError
is true
.
List<String>? get cookies => _returnIfNoError(_cookies);