You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched if there an existing feature request for this?
I have searched the existing requests
Feature description
Hi,
As of today, There is no way of getting history of redirects made by the Response Adapter. The httpx module provides an history attribute. This attribute keeps track of responses made by each re-direct responses.
I am working on PR but wanted to get @D4Vinci opinion on it.
Have you searched if there an existing feature request for this?
Feature description
Hi,
As of today, There is no way of getting history of redirects made by the
Response Adapter
. The httpx module provides anhistory
attribute. This attribute keeps track of responses made by each re-direct responses.I am working on PR but wanted to get @D4Vinci opinion on it.
example: https://wikipedia.com redirects you to https://wikipedia.org.
I am thinking of implementing it this way:
Response
Adapter in_prepare_response
methodThe text was updated successfully, but these errors were encountered: