MCPcopy
hub / github.com/zu1k/proxypool / WebFuzzSub

Struct WebFuzzSub

pkg/getter/web_fuzz_sub.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type WebFuzzSub struct {
18 Url string
19}
20
21func (w *WebFuzzSub) Get() proxy.ProxyList {
22 resp, err := tool.GetHttpClient().Get(w.Url)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected