cookies property - HttpClientRequest class - dart:io library (original) (raw)
Cookies to present to the server (in the 'cookie' header).
Implementation
List<Cookie> get cookies;
Cookies to present to the server (in the 'cookie' header).
List<Cookie> get cookies;