cookies property

Map<String, String>? cookies
getter/setter pair

Cookies to include in the HTTP request.

This is a map of cookies to include in the HTTP request. Useful for bypassing IP bans or accessing content that is blocked in certain regions.

Implementation

Map<String, String>? cookies;