getUrlComponent

fun getUrlComponent(query: Boolean? = definedExternally, proxy: Boolean? = definedExternally): String(source)

Returns the url, optional with the query string and processed by a proxy.

Return

The url with all the requested components.

Parameters

query

If true, the query string is included. Default value - false

proxy

If true, the url is processed by the proxy object, if defined. Default value - false

See also