proxyconfig

package
v1.17.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2026 License: MIT Imports: 5 Imported by: 0

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

func Resolve

func Resolve(inline, filePath string) ([]string, error)

Resolve returns proxy URLs from either an inline comma-separated value or a file.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL