headers property

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

Headers to include in the HTTP request.

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

Implementation

Map<String, String>? headers;