additionalHTTPHeaders property

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

A dictionary of additional HTTP headers to send as part of CONNECT requests to the relay.

Officially Supported Platforms/Implementations:

  • iOS WKWebView
  • macOS WKWebView

Implementation

Map<String, String>? additionalHTTPHeaders;