cookies property - HttpRequest class - dart:io library (original) (raw)
The cookies in the request, from the "Cookie" headers.
Implementation
List<Cookie> get cookies;
The cookies in the request, from the "Cookie" headers.
List<Cookie> get cookies;