maxRedirects property

int? maxRedirects
getter/setter pair

The maximum number of redirects when followRedirects is true. RedirectException will be thrown if redirects exceeded the limit.

Defaults to 5.

Implementation

int? maxRedirects;