ProxyURLMapping

data class ProxyURLMapping(val originalDomainMatch: String, val proxyURLConfig: ProxyURLConfig)

ProxyURLMapping - defines a mapping between an original request domain and a proxy configuration.

Parameters

originalDomainMatch

will be used to select any URL that matches the domain.

proxyURLConfig

will be used to load the configuration for any URL that is matching the originalDomainMatch value.

Constructors

Link copied to clipboard
constructor(originalDomainMatch: String, proxyURLConfig: ProxyURLConfig)

Properties

Link copied to clipboard
Link copied to clipboard