MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetHttpClient

Function GetHttpClient

service/http_client.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func GetHttpClient() *http.Client {
28 return httpClient
29}
30
31// NewProxyHttpClient 创建支持代理的 HTTP 客户端
32func NewProxyHttpClient(proxyURL string) (*http.Client, error) {

Callers 13

GetResponseBodyFunction · 0.92
UpdateMidjourneyTaskBulkFunction · 0.92
RelayMidjourneyImageFunction · 0.92
doRequestFunction · 0.92
FetchTaskMethod · 0.92
FetchTaskMethod · 0.92
FetchTaskMethod · 0.92
uploadDifyFileFunction · 0.92
doRequestFunction · 0.92
DoMidjourneyHttpRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected