MCPcopy Index your code
hub / github.com/chainreactors/EvilProxy / httpClient

Method httpClient

internal/pluginstore/github.go:173–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171}
172
173func (c Client) httpClient() HTTPDoer {
174 if c.HTTPClient != nil {
175 return c.HTTPClient
176 }
177 return http.DefaultClient
178}
179
180func (c Client) userAgent() string {
181 if strings.TrimSpace(c.UserAgent) != "" {

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected