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

Function CreateHttpClientDisableRetry

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

Source from the content-addressed store, hash-verified

61}
62
63func CreateHttpClientDisableRetry() HttpClient {
64 return CreateHttpClient(0, defaultTimeout, 0, "application/json")
65}
66
67func CreateHttpClientEnableRetry() HttpClient {
68 return CreateHttpClient(3, defaultTimeout, time.Second*3, "application/json")

Callers

nothing calls this directly

Calls 1

CreateHttpClientFunction · 0.85

Tested by

no test coverage detected