MCPcopy Create free account
hub / github.com/imroc/req / SetRetryCount

Function SetRetryCount

request_wrapper.go:467–469  ·  view source on GitHub ↗

SetRetryCount is a global wrapper methods which delegated to the default client, create a request and SetRetryCount for request.

(count int)

Source from the content-addressed store, hash-verified

465// SetRetryCount is a global wrapper methods which delegated
466// to the default client, create a request and SetRetryCount for request.
467func SetRetryCount(count int) *Request {
468 return defaultClient.R().SetRetryCount(count)
469}
470
471// SetRetryInterval is a global wrapper methods which delegated
472// to the default client, create a request and SetRetryInterval for request.

Callers

nothing calls this directly

Calls 2

SetRetryCountMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…