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

Struct singleResponseHTTPDoer

internal/pluginstore/install_test.go:720–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720type singleResponseHTTPDoer struct {
721 body io.ReadCloser
722}
723
724func (c singleResponseHTTPDoer) Do(req *http.Request) (*http.Response, error) {
725 return &http.Response{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected