MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / CreateHttpClientEnableRetry

Function CreateHttpClientEnableRetry

cli/pkg/common/http.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func CreateHttpClientEnableRetry() HttpClient {
68 return CreateHttpClient(3, defaultTimeout, time.Second*3, "application/json")
69}
70
71func (target HttpClient) Get(reqUrl string,
72 reqParams map[string]string, headers map[string]string) (string, error) {

Callers 1

GetWSPoliciesFunction · 0.85

Calls 1

CreateHttpClientFunction · 0.85

Tested by

no test coverage detected