Documentation
¶
Overview ¶
Package proxyconfig resolves proxy URLs from supported CLI inputs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrConflict indicates that both supported proxy inputs were configured. ErrConflict = errors.New("-proxies and -proxies-file cannot be used together") // ErrEmptyFile indicates that a proxy file has no usable proxy URLs. ErrEmptyFile = errors.New("proxy file contains no proxy URLs") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.