Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zu1k/proxypool
/ WebFuzz
Struct
WebFuzz
pkg/getter/web_fuzz.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
type
WebFuzz
struct
{
17
Url string
18
}
19
20
func
(w *WebFuzz) Get() proxy.ProxyList {
21
resp, err := tool.GetHttpClient().Get(w.Url)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected