<!-- Please describe the feature you'd like to see us implement along with a use case. Note that this package is designed to be cross-platform and we will only be able to add features which can be supported with _both_ `dart:io` and `dart:html`. If you're looking for a feature which is already supported by the `daart:io` HttpClient constructor you can construct one manually and pass it to the IOClient constructor directly. --> When `followRedirects` is set to `true` for a GET request, there seems to be know way to know the final redirected URL. An issue that reports this: https://stackoverflow.com/questions/56861837/how-to-get-redirect-url-in-dart-flutter The `request` package for Node.js provides a solution like this: https://stackoverflow.com/a/34600159/5987223 This would be useful when expanding a shortened link