Documentation
¶
Overview ¶
Package proxy config to handle set/get proxy settings
Index ¶
Constants ¶
View Source
const ( PROXY_VAR_HTTPS = "https_proxy" PROXY_VAR_HTTP = "http_proxy" PROXY_VAR_BYPASS = "no_proxy" )
Variables ¶
View Source
var ProxyEnvVariables = []string{ PROXY_VAR_HTTPS, PROXY_VAR_HTTP, PROXY_VAR_BYPASS, }
HTTP Proxy environment variables possible values
Functions ¶
func GetProxyConfig ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.