package types
const (
HTTP_PROXY_ENV = "HTTP_PROXY"
)
var (
// ProxyURL is the URL for the proxy server
ProxyURL string
// ProxySocksURL is the URL for the proxy socks server
ProxySocksURL string