loadUrl

open override fun loadUrl(url: String)(source)

Loads the given URL.

Parameters

url

The URL of the resource to load.


open override fun loadUrl(url: String, additionalHttpHeaders: Map<String, String>)(source)

Loads the given URL with the specified additional HTTP headers.

Parameters

url

The URL to load.

additionalHttpHeaders

The additional headers to be used in the HTTP request for this URL.