ProxyBuilder

expect object ProxyBuilder

A ProxyConfig factory.

actual object ProxyBuilder

ProxyConfig factory.

actual object ProxyBuilder

ProxyConfig factory.

actual object ProxyBuilder

ProxyConfig factory.

See also

Functions

Link copied to clipboard
expect fun http(url: Url): ProxyConfig

Creates an HTTP proxy from url.

actual fun http(url: Url): ProxyConfig

Create http proxy from url.

actual fun http(url: Url): ProxyConfig

Create http proxy from url.

actual fun http(url: Url): ProxyConfig

Create http proxy from url.

Link copied to clipboard
expect fun socks(host: String, port: Int): ProxyConfig

Creates a socks proxy from host and port.

actual fun socks(host: String, port: Int): ProxyConfig

Create socks proxy from host and port.

actual fun socks(host: String, port: Int): ProxyConfig

Create socks proxy from host and port.

actual fun socks(host: String, port: Int): ProxyConfig

Create socks proxy from host and port.

Extensions

Link copied to clipboard

Creates an HTTP proxy from urlString.