package
0.0.0-20241107100530-54d95db5b419
Repository: https://github.com/maniartech/gocurl.git
Documentation: pkg.go.dev
# Functions
NewProxy creates a Proxy implementation based on the provided ProxyConfig.
NewTransport creates a new http.Transport based on the provided ProxyConfig.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
HTTPProxy represents an HTTP proxy configuration.
NoProxy represents a direct connection without any proxy.
ProxyConfig holds the configuration for the proxy.// ProxyConfig holds the configuration for the proxy.
SOCKS5Proxy represents a SOCKS5 proxy configuration.
# Interfaces
Proxy defines the interface for different proxy types.
# Type aliases
ProxyType represents the type of proxy to use.