Documentation
¶
Overview ¶
Package proxypool offers a proxy ranking model.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Proxy ¶
Proxy stores the upstream proxy(socks/http, h3) settings.
func NewProxies ¶
NewProxies generates Proxies form URL strings.
type ProxyPool ¶
type ProxyPool struct { sync.RWMutex Proxies []*Proxy Checker string ProxyProbeURL *url.URL Timeout time.Duration }
ProxyPool struct.
Click to show internal directories.
Click to hide internal directories.