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

Struct HttpClient

cli/pkg/common/http.go:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type HttpClient struct {
46 RetryMax uint
47 Sleep time.Duration
48 TimeOut time.Duration
49 ResponseBodyType ResponseBodyTypeEnum
50}
51
52func CreateHttpClient(retryMax uint,
53 timeOut time.Duration, sleep time.Duration,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected