Response History Feature Request
Open
enhancement
good first issue
help wanted
- Dominant language
- Dart
- Stars
- 143
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
It would be nice if, like Python's requests library, the Response class had a property `history` that would be a list of all the requests the client made to get to that response i.e a log of the redirects that the client automatically made. On that note, a parameter like `followRedirects` added to the `.get` and `.post` methods would be helpful
Contributor guide
Assessment
This issue has not been assessed yet.