# Functions
DefaultRetryIf Default retry condition, mainly used for idempotent requests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StatusCodeIsRedirect returns true if the status code indicates a redirect.
# Structs
DynamicConfig is config set which will be confirmed when starts a request.
# Type aliases
RetryIfFunc signature of retry if function Judge whether to retry by request,response or error , return true is retry.