headers property

Map<String, String>? headers
final

Custom HTTP headers to include in all requests.

These headers are merged with default headers. Useful for custom authentication schemes or tracking.

Implementation

final Map<String, String>? headers;