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

Function AddRetryCondition

request_wrapper.go:509–511  ·  view source on GitHub ↗

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

(condition RetryConditionFunc)

Source from the content-addressed store, hash-verified

507// AddRetryCondition is a global wrapper methods which delegated
508// to the default client, create a request and AddRetryCondition for request.
509func AddRetryCondition(condition RetryConditionFunc) *Request {
510 return defaultClient.R().AddRetryCondition(condition)
511}
512
513// SetUploadCallback is a global wrapper methods which delegated
514// to the default client, create a request and SetUploadCallback for request.

Callers

nothing calls this directly

Calls 2

AddRetryConditionMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…