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

Function AddCommonRetryCondition

client_wrapper.go:728–730  ·  view source on GitHub ↗

AddCommonRetryCondition is a global wrapper methods which delegated to the default client's Client.AddCommonRetryCondition.

(condition RetryConditionFunc)

Source from the content-addressed store, hash-verified

726// AddCommonRetryCondition is a global wrapper methods which delegated
727// to the default client's Client.AddCommonRetryCondition.
728func AddCommonRetryCondition(condition RetryConditionFunc) *Client {
729 return defaultClient.AddCommonRetryCondition(condition)
730}
731
732// SetResponseBodyTransformer is a global wrapper methods which delegated
733// to the default client's Client.SetResponseBodyTransformer.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…