headers property

Map<String, String> headers
final

The headers for this request.

This map will not contain the authorization or the xAuditLogReason headers generated by nyxx, but it will override their values if they are present.

Implementation

final Map<String, String> headers;