MCPcopy
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
16type WebFuzz struct {
17 Url string
18}
19
20func (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