requests
requests copied to clipboard
Response History Feature Request
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
@owenkealey I like it! how about adding a PR with these additions?
does the library automatically follow redirects already?