requestHeaders property

Map<String, String> requestHeaders
final

Headers which will be attached to a request but are not visible at the time of sending the request

Implementation

final Map<String, String> requestHeaders;