Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
URL string
InputURL string // separate /input endpoint for dedicated input connection
BufSize int
TLSConfig *tls.Config
ReconnectTimeout time.Duration
HTTPClient *http.Client
SOCKSAddr string // e.g. "127.0.0.1:9050" for Tor
Verbose bool // enable detailed debug output
ForceProto string // "h2" or "h3" to force a specific protocol; empty = auto-race
}
Config holds proxy configuration.
Click to show internal directories.
Click to hide internal directories.