package
0.0.0-20241226145920-483c662f7ff1
Repository: https://github.com/pingooio/stdx.git
Documentation: pkg.go.dev

# Functions

ProxyFromEnvironment returns the URL of the proxy to use for a given request, as indicated by the environment variables $HTTP_PROXY and $NO_PROXY (or $http_proxy and $no_proxy).
ProxyURL returns a proxy function (for use in a Transport) that always returns the same URL.

# Constants

DefaultMaxIdleConnsPerHost is the default value of Transport's MaxIdleConnsPerHost.

# Variables

DefaultTransport is the default implementation of Transport and is used by DefaultClient.

# Structs

No description provided by the author
Transport is an implementation of RoundTripper that supports http, https, and http proxies (for either http or https with CONNECT).

# Interfaces

No description provided by the author