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

Struct authCheckingHTTPDoer

internal/pluginstore/install_test.go:714–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714type authCheckingHTTPDoer struct {
715 url string
716 wantAuth string
717 responseBytes []byte
718}
719
720type singleResponseHTTPDoer struct {
721 body io.ReadCloser

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected