url::proxy()
Global configuration: set the proxy to use
url::proxy(proxy_string)
proxy_string
(string) — The proxy string. More information
boolean
— Always returns true
import url
url.proxy("http://192.168.0.220:80")
url.get("https://example.com/")