cookies property - HttpClientRequest class - dart:io library (original) (raw)

description

List<Cookie> getcookies

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

Implementation

List<Cookie> get cookies;