maxRedirects property
The maximum number of redirects when followRedirects is true
.
RedirectException
will be thrown if redirects exceeded the limit.
Defaults to 5.
Implementation
int? maxRedirects;
The maximum number of redirects when followRedirects is true
.
RedirectException
will be thrown if redirects exceeded the limit.
Defaults to 5.
int? maxRedirects;