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
These are used in the signature of RedirectPolicy::custom. They are not currently exposed in a way that crates depending on reqwest can name them. That means custommust be called with a closure relying on type inference:
These are used in the signature of
RedirectPolicy::custom
. They are not currently exposed in a way that crates depending on reqwest can name them. That meanscustom
must be called with a closure relying on type inference:It is not possible to factor the logic out into a function:
Let's expose RedirectAttempt and RedirectAction to make it possible to write such a function.
The text was updated successfully, but these errors were encountered: