MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / Do

Method Do

internal/httpfetch/httpfetch.go:15–15  ·  view source on GitHub ↗
(*http.Request)

Source from the content-addressed store, hash-verified

13// Doer abstracts the HTTP client used to execute requests.
14type Doer interface {
15 Do(*http.Request) (*http.Response, error)
16}
17
18// GetBytes performs a GET request with the supplied headers, requires a

Implementers 6

hostHTTPClientinternal/pluginhost/http_bridge.go
failingHTTPDoerinternal/pluginstore/install_test.go
singleResponseHTTPDoerinternal/pluginstore/install_test.go
authCheckingHTTPDoerinternal/pluginstore/install_test.go
countingPluginStoreHTTPClientinternal/api/handlers/management/plugi
compileTimePluginsdk/pluginapi/types_test.go

Calls

no outgoing calls