RedirectPolicyOptions interface
Options for how redirect responses are handled.
Properties
max |
The maximum number of times the redirect URL will be tried before failing. Defaults to 20. |
Property Details
maxRetries
The maximum number of times the redirect URL will be tried before failing. Defaults to 20.
maxRetries?: number
Property Value
number