This seems like a reasonable feature to implement to be on-par with reqwest. I think having a similar api as reqwest::redirect::Policy added to the ClientBuilder/Client should be fine. I can try implementing this feature as well 🙂
Edit: after looking into it a bit more it might be a bit more complicated than I thought 😅 Though I'm still interested
This seems like a reasonable feature to implement to be on-par with reqwest. I think having a similar api as
reqwest::redirect::Policyadded to theClientBuilder/Clientshould be fine. I can try implementing this feature as well 🙂Edit: after looking into it a bit more it might be a bit more complicated than I thought 😅 Though I'm still interested