maxRedirects property - HttpClientRequest class - dart:io library (original) (raw)
int maxRedirects
getter/setter pair
Set this property to the maximum number of redirects to follow when followRedirects is true
. If this number is exceeded an error event will be added with a RedirectException.
The default value is 5.
Implementation
int maxRedirects = 5;