headers property

Map<String, String> headers
final

Additional headers to pass in the load request.

On Android, this may work even when not loading in an in-app web view. When loading in an external browsers, this sets Browser.EXTRA_HEADERS Not all browsers support this, so it is not guaranteed to be honored.

Implementation

final Map<String, String> headers;