package
0.9.5
Repository: https://github.com/cloudwego/hertz.git
Documentation: pkg.go.dev

# 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.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

RetryIfFunc signature of retry if function Judge whether to retry by request,response or error , return true is retry.