ProxyBuilder
expect object ProxyBuilder
ProxyConfig factory.
Functions
fun http(url: Url): ProxyConfig Create http proxy from url. |
|
fun socks(host: String, port: Int): ProxyConfig |
Extension Functions
fun ProxyBuilder.http(urlString: String): ProxyConfig Create http proxy from urlString. |