DefaultProxy

external class DefaultProxy(proxy: String)(source)

A simple proxy that appends the desired resource as the sole query parameter to the given proxy URL.

Parameters

proxy

The proxy URL that will be used to requests all resources.

See also

Constructors

Link copied to clipboard
constructor(proxy: String)

Functions

Link copied to clipboard
fun getURL(resource: String): String

Get the final URL to use to request a given resource.