Dart
dart:io
HttpClientRequest
cookies property
description
cookies property
List
<
Cookie
>
cookies
Cookies to present to the server (in the 'cookie' header).
Implementation
List
<Cookie>
get
cookies;