MCPcopy
hub / github.com/zu1k/proxypool / GetHttpClient

Function GetHttpClient

pkg/tool/httpclient.go:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func GetHttpClient() *HttpClient {
23 c := *httpClient
24 return &c
25}
26
27func (c *HttpClient) Get(url string) (resp *http.Response, err error) {
28 req, err := http.NewRequest(http.MethodGet, url, nil)

Callers 5

freessrxyzFetchFunction · 0.92
GetMethod · 0.92
GetMethod · 0.92
GetMethod · 0.92
ReadFileFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected