Jonny Borges
Committed by GitHub

Merge pull request #2024 from wei53881/master

Add the followRedirects and maxRedirects fields to the Request object…
... ... @@ -268,6 +268,8 @@ class GetHttpClient {
headers: headers,
decoder: decoder ?? (defaultDecoder as Decoder<T>?),
contentLength: 0,
followRedirects: followRedirects,
maxRedirects: maxRedirects,
));
}
... ...