cookies property

List<Cookie> get cookies

Provides access to the list of cookies included in the request.

Implementation

List<Cookie> get cookies => _rq.cookies;