Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response History Feature Request #11

Open
owenkealey opened this issue Oct 23, 2019 · 2 comments
Open

Response History Feature Request #11

owenkealey opened this issue Oct 23, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@owenkealey
Copy link

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

@jossef
Copy link
Owner

jossef commented Oct 23, 2019

@owenkealey
I like it!
how about adding a PR with these additions?

@jossef jossef added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 23, 2019
@owenkealey
Copy link
Author

does the library automatically follow redirects already?

@sehnryr sehnryr added the enhancement New feature or request label Mar 23, 2022
@sehnryr sehnryr self-assigned this Mar 23, 2022
@sehnryr sehnryr removed their assignment Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants