Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
func
(c Client) httpClient() HTTPDoer {
174
if
c.HTTPClient != nil {
175
return
c.HTTPClient
176
}
177
return
http.DefaultClient
178
}
179
180
func
(c Client) userAgent() string {
181
if
strings.TrimSpace(c.UserAgent) !=
""
{
Callers
1
get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected